Home
last modified time | relevance | path

Searched refs:ModuleImportExpectsIdentifier (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Lex/
DPreprocessor.cpp76 LastTokenWasAt(false), ModuleImportExpectsIdentifier(false), in Preprocessor()
716 ModuleImportExpectsIdentifier = true; in HandleIdentifier()
766 if (ModuleImportExpectsIdentifier && Result.getKind() == tok::identifier) { in LexAfterModuleImport()
771 ModuleImportExpectsIdentifier = false; in LexAfterModuleImport()
778 if (!ModuleImportExpectsIdentifier && Result.getKind() == tok::period) { in LexAfterModuleImport()
779 ModuleImportExpectsIdentifier = true; in LexAfterModuleImport()
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp884 ModuleImportExpectsIdentifier = true; in HandleIdentifier()
955 ModuleImportExpectsIdentifier = true; in Lex()
1235 if (ModuleImportExpectsIdentifier && Result.getKind() == tok::identifier) { in LexAfterModuleImport()
1240 ModuleImportExpectsIdentifier = false; in LexAfterModuleImport()
1248 if (!ModuleImportExpectsIdentifier && Result.getKind() == tok::period) { in LexAfterModuleImport()
1249 ModuleImportExpectsIdentifier = true; in LexAfterModuleImport()
/external/clang/include/clang/Lex/
DPreprocessor.h255 bool ModuleImportExpectsIdentifier; variable
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h379 bool ModuleImportExpectsIdentifier = false; variable