HomeSort by relevance Sort by last modified time
    Searched refs:getAsCXXRecordDecl (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 66 RD->bases_begin()->getType()->getAsCXXRecordDecl();
126 const CXXRecordDecl *RD = MPT->getClass()->getAsCXXRecordDecl();
VTableBuilder.cpp 227 VirtualBase = VBaseType->getAsCXXRecordDecl();
239 const CXXRecordDecl *Base = Element.Base->getType()->getAsCXXRecordDecl();
342 const CXXRecordDecl *BaseDecl = I->getType()->getAsCXXRecordDecl();
379 const CXXRecordDecl *BaseDecl = I->getType()->getAsCXXRecordDecl();
724 const CXXRecordDecl *BaseDecl = I->getType()->getAsCXXRecordDecl();
746 const CXXRecordDecl *BaseDecl = I->getType()->getAsCXXRecordDecl();
    [all...]
ExprCXX.cpp 36 if (const CXXRecordDecl *RD = E->getType()->getAsCXXRecordDecl())
65 CXXRecordDecl *RD = Ty->getAsCXXRecordDecl();
503 return ThisArg->getType()->getPointeeType()->getAsCXXRecordDecl();
505 return ThisArg->getType()->getAsCXXRecordDecl();
    [all...]
RecordLayoutBuilder.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 235 const CXXRecordDecl *RD = TVR->getValueType()->getAsCXXRecordDecl();
241 Expected = Ty->getAsCXXRecordDecl();
282 BaseDecl = BaseType->getAsCXXRecordDecl();
300 return TVR->getValueType()->getAsCXXRecordDecl();
317 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl();
MemRegion.cpp 961 const CXXRecordDecl *Class = Super->getValueType()->getAsCXXRecordDecl();
971 if (I->getType()->getAsCXXRecordDecl()->getCanonicalDecl() == BaseClass)
    [all...]
ExprEngineCXX.cpp 297 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl();
  /external/clang/lib/CodeGen/
MicrosoftVBTables.cpp 82 const CXXRecordDecl *Base = I->getType()->getAsCXXRecordDecl();
212 const CXXRecordDecl *VBase = I->getType()->getAsCXXRecordDecl();
MicrosoftCXXABI.cpp 297 const CXXRecordDecl *Base = I->getType()->getAsCXXRecordDecl();
676 const CXXRecordDecl *RD = MPT->getClass()->getAsCXXRecordDecl();
684 const CXXRecordDecl *RD = MPT->getClass()->getAsCXXRecordDecl();
709 const CXXRecordDecl *RD = MPT->getClass()->getAsCXXRecordDecl();
776 const CXXRecordDecl *RD = MPT->getClass()->getAsCXXRecordDecl();
    [all...]
CGCXXABI.cpp 247 derivedType->castAs<MemberPointerType>()->getClass()->getAsCXXRecordDecl();
CGDecl.cpp 221 CXXRecordDecl *RD = T->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
    [all...]
CGBlocks.cpp 432 variable->getType()->getAsCXXRecordDecl()) {
    [all...]
CGDeclCXX.cpp 94 (record = type->getAsCXXRecordDecl())) {
CGClass.cpp     [all...]
CGExprCXX.cpp     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 618 static CXXRecordDecl *getAsCXXRecordDecl(const Type *TypeNode) {
629 return TypeNode->getAsCXXRecordDecl();
638 // template declaration, getAsCXXRecordDecl() returns the corresponding
643 // another template declaration, getAsCXXRecordDecl() returns NULL and
645 CXXRecordDecl *SpecializationDecl = TemplateType->getAsCXXRecordDecl();
657 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr());
677 CXXRecordDecl *ClassDecl = getAsCXXRecordDecl(TypeNode);
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 76 if (CXXRecordDecl *RD = T->getAsCXXRecordDecl())
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 205 const CXXRecordDecl *RD = T->getAsCXXRecordDecl();
SemaExprCXX.cpp 816 CXXRecordDecl *Class = BaseType->getAsCXXRecordDecl();
    [all...]
SemaOpenMP.cpp 366 Type.getNonReferenceType()->getAsCXXRecordDecl() : 0;
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 847 const CXXDestructorDecl *Dtor = Ty->getAsCXXRecordDecl()->getDestructor();
867 const CXXRecordDecl *CD = VI->getType()->getAsCXXRecordDecl();
878 const CXXRecordDecl *CD = BI->getType()->getAsCXXRecordDecl();
897 if (const CXXRecordDecl *CD = QT->getAsCXXRecordDecl())
    [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 338 getAsCXXRecordDecl();
  /external/clang/include/clang/AST/
CanonicalType.h 300 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(CXXRecordDecl*, getAsCXXRecordDecl)

Completed in 1101 milliseconds

1 2 3