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.cpp2379 : FunctionScopeRAII(SemaRef) { in LambdaScopeForCallOperatorInstantiationRAII()
2381 FunctionScopeRAII::disable(); in LambdaScopeForCallOperatorInstantiationRAII()
H A DTreeTransform.h14361 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp534 Sema::FunctionScopeRAII PopFnContext(Actions); in ParseLexedMethodDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1022 struct FunctionScopeRAII { struct
1025 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
1026 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
8877 : private FunctionScopeRAII {