Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DSema.h878 struct FunctionScopeRAII { struct
881 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
882 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
7248 : private FunctionScopeRAII {
/aosp_15_r20/external/clang/include/clang/Sema/
H A DSema.h3367 struct FunctionScopeRAII { struct
3370 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
3371 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DSema.h5131 struct FunctionScopeRAII { struct
5134 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
5135 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
7368 : private FunctionScopeRAII {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DSema.h1050 struct FunctionScopeRAII { struct
1053 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
1054 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
7483 : private FunctionScopeRAII {
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DSema.h1050 struct FunctionScopeRAII { struct
1053 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument
1054 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
7483 : private FunctionScopeRAII {
/aosp_15_r20/external/clang/lib/Sema/
H A DTreeTransform.h10210 Sema::FunctionScopeRAII FuncScopeCleanup(getSema()); in TransformLambdaExpr()