Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h3367 struct FunctionScopeRAII { struct
3370 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() function
3371 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
/external/llvm-project/clang/include/clang/Sema/
DSema.h4488 struct FunctionScopeRAII { struct
4491 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() function
4492 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
/external/clang/lib/Sema/
DTreeTransform.h10210 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h12454 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()