HomeSort by relevance Sort by last modified time
    Searched refs:RecordDecl (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /external/lldb/include/lldb/Symbol/
ClangASTType.h 636 clang::RecordDecl *
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 81 RecordDecl::decl_iterator decl_iterator;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.h 108 const clang::RecordDecl *record_decl,
  /external/clang/lib/AST/
CommentSema.cpp 879 if (const RecordDecl *RD =
880 dyn_cast_or_null<RecordDecl>(ThisDeclInfo->CurrentDecl))
891 isa<RecordDecl>(ThisDeclInfo->CurrentDecl) &&
    [all...]
DeclCXX.cpp 90 : RecordDecl(K, TK, C, DC, StartLoc, IdLoc, Id, PrevDecl),
    [all...]
APValue.cpp 495 const RecordDecl *RD = Ty->getAs<RecordType>()->getDecl();
DeclBase.cpp 1023 if (const RecordDecl *RD = dyn_cast<RecordDecl>(this))
    [all...]
DeclPrinter.cpp 52 void VisitRecordDecl(RecordDecl *D);
364 void DeclPrinter::VisitRecordDecl(RecordDecl *D) {
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 285 class CXXRecordDecl : public RecordDecl {
646 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
649 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
654 static_cast<RecordDecl *>(this)->getPreviousDecl());
662 static_cast<RecordDecl *>(this)->getMostRecentDecl());
    [all...]
DataRecursiveASTVisitor.h 420 bool TraverseRecordHelper(RecordDecl *D);
    [all...]
CanonicalType.h 608 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(RecordDecl *, getDecl)
  /external/clang/lib/CodeGen/
TargetInfo.cpp 193 const RecordDecl *RD = RT->getDecl();
222 const RecordDecl *RD = RT->getDecl();
318 const RecordDecl *RD = RT->getDecl();
748 const RecordDecl *RD = RT->getDecl();
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 283 RecordDecl::field_iterator Field,
298 RecordDecl::field_iterator *NextField,
529 const RecordDecl *RDecl = RType->getDecl();
666 RecordDecl *structDecl = DeclType->getAs<RecordType>()->getDecl();
    [all...]
MultiplexExternalSemaSource.cpp 156 bool MultiplexExternalSemaSource::layoutRecordType(const RecordDecl *Record,
SemaDecl.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaStmt.cpp     [all...]
Sema.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 446 const RecordDecl *RD,
    [all...]
MemRegion.cpp     [all...]
Store.cpp 54 const RecordDecl *D = RT->getDecl();
  /external/chromium_org/tools/clang/blink_gc_plugin/
RecordInfo.cpp 337 for (RecordDecl::field_iterator it = record_->field_begin();
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 232 const RecordDecl *RD = RT->getDecl()->getDefinition();
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 145 layoutRecordType(const clang::RecordDecl *Record,
  /external/clang/include/clang/Sema/
Sema.h 640 RecordDecl *CXXTypeInfoDecl;
643 RecordDecl *MSVCGuidDecl;
    [all...]

Completed in 1160 milliseconds

1 23 4 5