Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp83 if (Status == MainFileScope || EnteredCommandLineIncludeFiles) in getCorrectLocation()
125 EnteredCommandLineIncludeFiles++; in FileEntered()
145 if (!EnteredCommandLineIncludeFiles) { in FileExited()
149 EnteredCommandLineIncludeFiles--; in FileExited()
H A DMacroPPCallbacks.h39 int EnteredCommandLineIncludeFiles = 0; variable