Home | Sort by relevance Sort by last modified time |
/external/clang/lib/AST/ | |
DumpXML.cpp | 810 if (D->init_begin() != D->init_end()) { 813 I = D->init_begin(), E = D->init_end(); I != E; ++I) |
DeclPrinter.cpp | 478 E = CDecl->init_end(); |
/external/clang/include/clang/AST/ | |
DeclObjC.h | 1390 init_iterator init_end() { function in class:clang::ObjCImplementationDecl 1394 init_const_iterator init_end() const { function in class:clang::ObjCImplementationDecl [all...] |
DeclCXX.h | [all...] |
RecursiveASTVisitor.h | [all...] |
/external/clang/lib/CodeGen/ | |
CGClass.cpp | 744 E = CD->init_end(); [all...] |
CGObjC.cpp | [all...] |
/external/clang/lib/Sema/ | |
SemaTemplateInstantiateDecl.cpp | [all...] |
SemaDeclCXX.cpp | [all...] |
/external/clang/tools/libclang/ | |
CIndex.cpp | 750 IEnd = Constructor->init_end(); [all...] |