Searched defs:FunctionScopeRAII (Results 1 – 5 of 5) sorted by relevance
3367 struct FunctionScopeRAII { struct3370 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() function3371 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument3375 void disable() { Active = false; } in disable()
878 struct FunctionScopeRAII { struct881 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument882 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument886 void disable() { Active = false; } in disable()
5131 struct FunctionScopeRAII { struct5134 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument5135 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument5139 void disable() { Active = false; } in disable()
1050 struct FunctionScopeRAII { struct1053 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() argument1054 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument1058 void disable() { Active = false; } in disable()
1050 struct FunctionScopeRAII { struct1053 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} in FunctionScopeRAII() function1054 ~FunctionScopeRAII() { in ~FunctionScopeRAII() argument1058 void disable() { Active = false; } in disable()