Home
last modified time | relevance | path

Searched refs:FunctionScopeRAII (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2509 : FunctionScopeRAII(SemaRef) { in LambdaScopeForCallOperatorInstantiationRAII()
2511 FunctionScopeRAII::disable(); in LambdaScopeForCallOperatorInstantiationRAII()
H A DTreeTransform.h15482 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp516 Sema::FunctionScopeRAII PopFnContext(Actions); in ParseLexedMethodDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1287 struct FunctionScopeRAII { struct
1290 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
1291 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
9156 : private FunctionScopeRAII {