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

/external/clang/include/clang/Sema/
H A DSema.h3367 struct FunctionScopeRAII { struct in class:clang::Sema
3370 FunctionScopeRAII(Sema &S) : S(S), Active(true) {} function in struct:clang::Sema::FunctionScopeRAII
3371 ~FunctionScopeRAII() {

Completed in 217 milliseconds