Home
last modified time | relevance | path

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

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