Home
last modified time | relevance | path

Searched refs:EEnd (Results 1 – 7 of 7) sorted by relevance

/external/clang/tools/libclang/
DRecursiveASTVisitor.h833 EEnd = T->exception_end();
834 E != EEnd; ++E) {
1057 EEnd = T->exception_end();
1058 E != EEnd; ++E) {
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h897 EEnd = T->exception_end();
898 E != EEnd; ++E) {
1121 EEnd = T->exception_end();
1122 E != EEnd; ++E) {
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp225 EEnd = OldProto->exception_end(); in CheckEquivalentExceptionSpec() local
226 E != EEnd; in CheckEquivalentExceptionSpec()
DSemaCodeComplete.cpp975 EEnd = ShadowMaps.back().end(); in ExitScope() local
976 E != EEnd; in ExitScope()
3722 EEnd = Enum->enumerator_end(); in CodeCompleteCase() local
3723 E != EEnd; ++E) { in CodeCompleteCase()
DSemaDeclCXX.cpp194 EEnd = Proto->exception_end(); in CalledDecl() local
195 E != EEnd; ++E) in CalledDecl()
11131 EEnd = Proto->exception_end(); in checkThisInStaticMemberFunctionExceptionSpec() local
11132 E != EEnd; ++E) { in checkThisInStaticMemberFunctionExceptionSpec()
/external/clang/lib/Serialization/
DASTWriter.cpp1808 EEnd = PPRec.local_end(); in WritePreprocessorDetail() local
1809 E != EEnd; in WritePreprocessorDetail()
/external/clang/lib/AST/
DASTImporter.cpp1504 EEnd = T->exception_end(); in VisitFunctionProtoType() local
1505 E != EEnd; ++E) { in VisitFunctionProtoType()