Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h38 int EnteredCommandLineIncludeFiles = 0; variable