Home
last modified time | relevance | path

Searched refs:NoScope (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp62 : Gen(Gen), PP(PP), Status(NoScope) {} in MacroPPCallbacks()
93 case NoScope: in updateStatusToNextScope()
113 case NoScope: in FileEntered()
H A DMacroPPCallbacks.h41 NoScope = 0, // Scope is not initialized yet. enumerator
/llvm-project-15.0.7/llvm/unittests/Support/
H A DScopedPrinterTest.cpp58 EXPECT_EQ(R"("NoScope")", OS.str()); in TEST()