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

/external/clang/lib/Parse/
H A DParseStmt.cpp898 Sema::CompoundScopeRAII CompoundScope(Actions);
1867 Sema::CompoundScopeRAII CompoundScope(Actions);
1904 Sema::CompoundScopeRAII CompoundScope(Actions);
H A DParseOpenMP.cpp185 Sema::CompoundScopeRAII CompoundScope(Actions);
/external/clang/include/clang/Sema/
H A DSema.h2986 class CompoundScopeRAII { class in class:clang::Sema
2988 CompoundScopeRAII(Sema &S): S(S) { function in class:clang::Sema::CompoundScopeRAII
2992 ~CompoundScopeRAII() {
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp9802 CompoundScopeRAII CompoundScope(*this);
10224 CompoundScopeRAII CompoundScope(*this);
10381 Sema::CompoundScopeRAII CompoundScope(*this);
10539 Sema::CompoundScopeRAII CompoundScope(*this);
H A DTreeTransform.h5385 Sema::CompoundScopeRAII CompoundScope(getSema());
10220 Sema::CompoundScopeRAII CompoundScope(getSema());

Completed in 1003 milliseconds