Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp78 if (Status == MainFileScope || Status == CommandLineIncludeScope) in getCurrentScope()
84 if (Status == MainFileScope || EnteredCommandLineIncludeFiles) in getCorrectLocation()
104 Status = MainFileScope; in updateStatusToNextScope()
106 case MainFileScope: in updateStatusToNextScope()
128 case MainFileScope: in FileEntered()
143 Status = MainFileScope; in FileExited()
152 case MainFileScope: in FileExited()
H A DMacroPPCallbacks.h47 MainFileScope // Main file scope. enumerator