Home
last modified time | relevance | path

Searched defs:FunctionScopeRAII (Results 1 – 5 of 5) sorted by relevance

/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() function
3371 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
3375 void disable() { Active = false; } in disable()
/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
886 void disable() { Active = false; } in disable()
/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
5139 void disable() { Active = false; } in disable()
/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
1058 void disable() { Active = false; } in disable()
/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() function
1054 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument
1058 void disable() { Active = false; } in disable()