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

1 2 34 5

  /external/clang/lib/Sema/
SemaDeclAttr.cpp 139 const RecordDecl *RD = RT->getDecl();
383 RecordDecl *RD = RT->getDecl();
    [all...]
SemaCast.cpp 668 const RecordDecl *SrcDecl = SrcRecord->getDecl()->getDefinition();
    [all...]
SemaAccess.cpp     [all...]
SemaExprMember.cpp 586 const RecordDecl *const Record;
596 RecordDecl *RDecl = RTy->getDecl();
    [all...]
SemaCXXScopeSpec.cpp 272 } else if (isa<RecordDecl>(SD) ||
    [all...]
SemaTemplate.cpp     [all...]
SemaExprCXX.cpp 453 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
458 CXXTypeInfoDecl = R.getAsSingle<RecordDecl>();
537 MSVCGuidDecl = R.getAsSingle<RecordDecl>();
785 static Expr *captureThis(ASTContext &Context, RecordDecl *RD,
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 83 static const RecordDecl *GetLocalClassDecl(const Decl *D) {
87 return dyn_cast<RecordDecl>(D);
    [all...]
ExprConstant.cpp     [all...]
Stmt.cpp     [all...]
ASTDumper.cpp 240 void VisitRecordDecl(const RecordDecl *D);
869 void ASTDumper::VisitRecordDecl(const RecordDecl *D) {
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h 176 RecordDecl::field_iterator Field =
    [all...]
CGCall.cpp 562 const RecordDecl *RD = RT->getDecl();
612 RecordDecl *RD = RT->getDecl();
    [all...]
CGExprScalar.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 79 class RecordDecl;
    [all...]
RecursiveASTVisitor.h 425 bool TraverseRecordHelper(RecordDecl *D);
    [all...]
TypeLoc.h 643 RecordDecl *getDecl() const { return getTypePtr()->getDecl(); }
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 242 RedeclarableResult VisitRecordDeclImpl(RecordDecl *RD);
243 void VisitRecordDecl(RecordDecl *RD) { VisitRecordDeclImpl(RD); }
537 ASTDeclReader::VisitRecordDeclImpl(RecordDecl *RD) {
    [all...]
ASTWriterDecl.cpp 65 void VisitRecordDecl(RecordDecl *D);
302 void ASTDeclWriter::VisitRecordDecl(RecordDecl *D) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 70 const RecordDecl *RD = RT->getDecl();
    [all...]
SimpleSValBuilder.cpp 553 const RecordDecl *RD = LeftFD->getParent();
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 310 } else if (const RecordDecl *Record = dyn_cast<RecordDecl>(ND)) {
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp     [all...]

Completed in 1267 milliseconds

1 2 34 5