Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DMacroPPCallbacks.cpp77 if (Status == MainFileScope || Status == CommandLineIncludeScope) in getCurrentScope()
100 Status = CommandLineIncludeScope; in updateStatusToNextScope()
102 case CommandLineIncludeScope: in updateStatusToNextScope()
124 case CommandLineIncludeScope: in FileEntered()
144 case CommandLineIncludeScope: in FileExited()
DMacroPPCallbacks.h45 CommandLineIncludeScope, // Included file, from <command line> file, scope. enumerator