Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp84 if (Status == MainFileScope || EnteredCommandLineIncludeFiles) in getCorrectLocation()
126 EnteredCommandLineIncludeFiles++; in FileEntered()
146 if (!EnteredCommandLineIncludeFiles) { in FileExited()
150 EnteredCommandLineIncludeFiles--; in FileExited()
H A DMacroPPCallbacks.h40 int EnteredCommandLineIncludeFiles = 0; variable