HomeSort by relevance Sort by last modified time
    Searched refs:bases_end (Results 1 - 14 of 14) sorted by null

  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 273 while (it != left_most->bases_end()) {
317 if (it != left_most->bases_end())
319 if (it != left_most->bases_end()) {
337 while (it != left_most->bases_end()) {
RecordInfo.cpp 383 it != record_->bases_end();
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 188 if (Decl->bases_begin() != Decl->bases_end())
CGExprConstant.cpp 454 BaseEnd = CD->bases_end(); Base != BaseEnd; ++Base, ++BaseNo) {
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 719 return base_class_range(bases_begin(), bases_end());
722 return base_class_const_range(bases_begin(), bases_end());
727 base_class_iterator bases_end() { return bases_begin() + data().NumBases; } function in class:clang::CXXRecordDecl
728 base_class_const_iterator bases_end() const { function in class:clang::CXXRecordDecl
    [all...]
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 326 while (base_class != cxx_record_decl->bases_end()) {
  /external/clang/lib/AST/
APValue.cpp 501 assert(BI != CD->bases_end());
DeclPrinter.cpp 850 BaseEnd = D->bases_end(); Base != BaseEnd; ++Base) {
    [all...]
DeclCXX.cpp     [all...]
ExprConstant.cpp     [all...]
VTableBuilder.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp 310 it != record->bases_end();
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 429 milliseconds