Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2960 VariadicMacroScopeGuard VariadicMacroScopeGuard(*this); in ReadOptionalMacroParameterListAndBody() local
2988 VariadicMacroScopeGuard.enterScope(); in ReadOptionalMacroParameterListAndBody()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h147 friend class VariadicMacroScopeGuard; variable