Searched refs:CompoundScopeRAII (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmt.cpp687 Sema::CompoundScopeRAII CompoundScope(Actions);
1935 Sema::CompoundScopeRAII CompoundScope(Actions);
1972 Sema::CompoundScopeRAII CompoundScope(Actions);
/external/clang/include/clang/Sema/
H A DSema.h2479 class CompoundScopeRAII { class in class:clang::Sema
2481 CompoundScopeRAII(Sema &S): S(S) { function in class:clang::Sema::CompoundScopeRAII
2485 ~CompoundScopeRAII() {
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7954 CompoundScopeRAII CompoundScope(*this);
8503 CompoundScopeRAII CompoundScope(*this);
8721 Sema::CompoundScopeRAII CompoundScope(*this);
8904 Sema::CompoundScopeRAII CompoundScope(*this);
H A DTreeTransform.h5080 Sema::CompoundScopeRAII CompoundScope(getSema());

Completed in 214 milliseconds