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

1 2 3

  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 224 const CXXRecordDecl *RD = TVR->getValueType()->getAsCXXRecordDecl();
230 Expected = Ty->getAsCXXRecordDecl();
271 BaseDecl = BaseType->getAsCXXRecordDecl();
289 return TVR->getValueType()->getAsCXXRecordDecl();
306 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl();
MemRegion.cpp 976 const CXXRecordDecl *Class = Super->getValueType()->getAsCXXRecordDecl();
984 if (I.getType()->getAsCXXRecordDecl()->getCanonicalDecl() == BaseClass)
    [all...]
CallEvent.cpp 436 const CXXRecordDecl *ParentRecord = Ex->getType()->getAsCXXRecordDecl();
486 const CXXRecordDecl *RD = RegionType->getAsCXXRecordDecl();
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 189 const CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();
215 const CXXRecordDecl *MemberDecl = RT->getAsCXXRecordDecl();
394 const CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();
404 const CXXRecordDecl *VBaseDecl = Base.getType()->getAsCXXRecordDecl();
437 if (const CXXRecordDecl *RD = T->getAsCXXRecordDecl())
447 const CXXRecordDecl *RD = RT->getAsCXXRecordDecl();
500 const CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();
509 const CXXRecordDecl *VBaseDecl = Base.getType()->getAsCXXRecordDecl();
532 if (const CXXRecordDecl *RD = T->getAsCXXRecordDecl()) {
544 const CXXRecordDecl *RD = RT->getAsCXXRecordDecl();
    [all...]
VTableBuilder.cpp 234 VirtualBase = VBaseType->getAsCXXRecordDecl();
246 const CXXRecordDecl *Base = Element.Base->getType()->getAsCXXRecordDecl();
348 const CXXRecordDecl *BaseDecl = B.getType()->getAsCXXRecordDecl();
384 const CXXRecordDecl *BaseDecl = B.getType()->getAsCXXRecordDecl();
725 const CXXRecordDecl *BaseDecl = B.getType()->getAsCXXRecordDecl();
746 const CXXRecordDecl *BaseDecl = B.getType()->getAsCXXRecordDecl();
    [all...]
MicrosoftCXXABI.cpp 161 RD->bases_begin()->getType()->getAsCXXRecordDecl();
ExprCXX.cpp 36 if (const CXXRecordDecl *RD = E->getType()->getAsCXXRecordDecl())
67 const CXXRecordDecl *RD = Ty->getAsCXXRecordDecl();
558 return ThisArg->getType()->getPointeeType()->getAsCXXRecordDecl();
560 return ThisArg->getType()->getAsCXXRecordDecl();
    [all...]
DeclCXX.cpp 220 if (CXXRecordDecl *VBaseDecl = VBase.getType()->getAsCXXRecordDecl())
349 addedClassSubobject(Type->getAsCXXRecordDecl());
711 Field->getType()->getAsCXXRecordDecl()->hasInClassInitializer())) {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 76 if (CXXRecordDecl *RD = T->getAsCXXRecordDecl())
CXType.cpp 914 const CXXRecordDecl *RecordDecl = T->getAsCXXRecordDecl();
928 const CXXRecordDecl *RecordDecl = T->getAsCXXRecordDecl();
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 747 static CXXRecordDecl *getAsCXXRecordDecl(const Type *TypeNode) {
758 return TypeNode->getAsCXXRecordDecl();
767 // template declaration, getAsCXXRecordDecl() returns the corresponding
772 // another template declaration, getAsCXXRecordDecl() returns NULL and
774 CXXRecordDecl *SpecializationDecl = TemplateType->getAsCXXRecordDecl();
786 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr());
803 CXXRecordDecl *ClassDecl = getAsCXXRecordDecl(TypeNode);
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 455 const CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();
481 const CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();
494 const CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();
522 if (!hasOwnStorage(Base.getType()->getAsCXXRecordDecl(), Query))
    [all...]
CGCXXABI.cpp 276 derivedType->castAs<MemberPointerType>()->getClass()->getAsCXXRecordDecl();
MicrosoftCXXABI.cpp 329 const CXXRecordDecl *VBase = I.getType()->getAsCXXRecordDecl();
    [all...]
CGClass.cpp 141 memberPtrType->getClass()->getAsCXXRecordDecl(),
    [all...]
CGDecl.cpp 274 CXXRecordDecl *RD = T->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
    [all...]
CGBlocks.cpp 420 variable->getType()->getAsCXXRecordDecl()) {
    [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 209 const CXXRecordDecl *RD = T->getAsCXXRecordDecl();
SemaCoroutine.cpp 71 CXXRecordDecl *RD = CoroTrait->getAsCXXRecordDecl();
87 if (!PromiseType->getAsCXXRecordDecl()) {
SemaExprCXX.cpp 693 CXXRecordDecl *BaseDecl = BS.getType()->getAsCXXRecordDecl();
759 CXXRecordDecl *RD = Ty->getAsCXXRecordDecl();
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Analysis/
Consumed.cpp 145 if (const CXXRecordDecl *RD = QT->getAsCXXRecordDecl())
155 if (const CXXRecordDecl *RD = QT->getAsCXXRecordDecl())
196 QT->getAsCXXRecordDecl()->getAttr<ConsumableAttr>();
    [all...]
CFG.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 299 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(CXXRecordDecl*, getAsCXXRecordDecl)

Completed in 334 milliseconds

1 2 3