Home
last modified time | relevance | path

Searched refs:MainFileScope (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DMacroPPCallbacks.cpp77 if (Status == MainFileScope || Status == CommandLineIncludeScope) in getCurrentScope()
83 if (Status == MainFileScope || EnteredCommandLineIncludeFiles) in getCorrectLocation()
103 Status = MainFileScope; in updateStatusToNextScope()
105 case MainFileScope: in updateStatusToNextScope()
127 case MainFileScope: in FileEntered()
142 Status = MainFileScope; in FileExited()
151 case MainFileScope: in FileExited()
DMacroPPCallbacks.h46 MainFileScope // Main file scope. enumerator