Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp482 Parser::ParseScope *TempScope; member in __anonbf7bccdd0411::FNContextRAII
503 TempScope = in FNContextRAII()
522 TempScope->Exit(); in ~FNContextRAII()
524 delete TempScope; in ~FNContextRAII()
H A DParseDecl.cpp1435 ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedAttribute() local
1456 TempScope.Exit(); in ParseLexedAttribute()