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

1 2 3

  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 144 const CXXRecordDecl *BaseDecl = I.getType()->getAsCXXRecordDecl();
170 const CXXRecordDecl *MemberDecl = RT->getAsCXXRecordDecl();
351 const CXXRecordDecl *BaseDecl = I.getType()->getAsCXXRecordDecl();
361 const CXXRecordDecl *VBaseDecl = I.getType()->getAsCXXRecordDecl();
394 if (const CXXRecordDecl *RD = T->getAsCXXRecordDecl())
404 const CXXRecordDecl *RD = RT->getAsCXXRecordDecl();
457 const CXXRecordDecl *BaseDecl = I.getType()->getAsCXXRecordDecl();
466 const CXXRecordDecl *VBaseDecl = I.getType()->getAsCXXRecordDecl();
489 if (const CXXRecordDecl *RD = T->getAsCXXRecordDecl()) {
501 const CXXRecordDecl *RD = RT->getAsCXXRecordDecl();
    [all...]
MicrosoftCXXABI.cpp 87 RD->bases_begin()->getType()->getAsCXXRecordDecl();
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();
727 const CXXRecordDecl *BaseDecl = B.getType()->getAsCXXRecordDecl();
748 const CXXRecordDecl *BaseDecl = B.getType()->getAsCXXRecordDecl();
    [all...]
ExprCXX.cpp 36 if (const CXXRecordDecl *RD = E->getType()->getAsCXXRecordDecl())
68 CXXRecordDecl *RD = Ty->getAsCXXRecordDecl();
565 return ThisArg->getType()->getPointeeType()->getAsCXXRecordDecl();
567 return ThisArg->getType()->getAsCXXRecordDecl();
    [all...]
DeclCXX.cpp 220 if (CXXRecordDecl *VBaseDecl = VBase.getType()->getAsCXXRecordDecl())
349 addedClassSubobject(Type->getAsCXXRecordDecl());
710 Field->getType()->getAsCXXRecordDecl()->hasInClassInitializer())) {
    [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 973 const CXXRecordDecl *Class = Super->getValueType()->getAsCXXRecordDecl();
981 if (I.getType()->getAsCXXRecordDecl()->getCanonicalDecl() == BaseClass)
    [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
RecordInfo.cpp 67 if (CXXRecordDecl* decl = (*it)->getAsCXXRecordDecl())
79 if (CXXRecordDecl* record = specifier->getType()->getAsCXXRecordDecl())
111 CXXRecordDecl* base = elem.Base->getType()->getAsCXXRecordDecl();
128 CXXRecordDecl* base = elem.Base->getType()->getAsCXXRecordDecl();
Config.h 148 formal_type->getPointeeType()->getAsCXXRecordDecl();
RecordInfo.h 149 return Lookup(type->getAsCXXRecordDecl());
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 352 ->getAsCXXRecordDecl();
677 if (arg.getAsType().getTypePtr()->getAsCXXRecordDecl() ==
678 record->getTypeForDecl()->getAsCXXRecordDecl()) {
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 76 if (CXXRecordDecl *RD = T->getAsCXXRecordDecl())
CXType.cpp 878 const CXXRecordDecl *RecordDecl = T->getAsCXXRecordDecl();
892 const CXXRecordDecl *RecordDecl = T->getAsCXXRecordDecl();
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 617 static CXXRecordDecl *getAsCXXRecordDecl(const Type *TypeNode) {
628 return TypeNode->getAsCXXRecordDecl();
637 // template declaration, getAsCXXRecordDecl() returns the corresponding
642 // another template declaration, getAsCXXRecordDecl() returns NULL and
644 CXXRecordDecl *SpecializationDecl = TemplateType->getAsCXXRecordDecl();
656 return getAsCXXRecordDecl(AliasDecl->getUnderlyingType().getTypePtr());
673 CXXRecordDecl *ClassDecl = getAsCXXRecordDecl(TypeNode);
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 426 const CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();
451 const CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();
464 const CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();
491 if (!hasOwnStorage(Base.getType()->getAsCXXRecordDecl(), Query))
    [all...]
CGCXXABI.cpp 274 derivedType->castAs<MemberPointerType>()->getClass()->getAsCXXRecordDecl();
MicrosoftCXXABI.cpp 624 if (Context.getASTRecordLayout(Base.getType()->getAsCXXRecordDecl())
627 CGF, Value, RD, Base.getType()->getAsCXXRecordDecl());
635 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
649 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
683 const CXXRecordDecl *SrcDecl = SrcRecordTy->getAsCXXRecordDecl();
767 const CXXRecordDecl *RD = FI.getReturnType()->getAsCXXRecordDecl();
    [all...]
CGDecl.cpp 225 CXXRecordDecl *RD = T->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
    [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 212 const CXXRecordDecl *RD = T->getAsCXXRecordDecl();
SemaExprCXX.cpp     [all...]
SemaOpenMP.cpp 401 SemaRef.getLangOpts().CPlusPlus ? Type->getAsCXXRecordDecl() : nullptr;
503 getLangOpts().CPlusPlus ? Type->getAsCXXRecordDecl() : nullptr;
    [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/lldb/source/Symbol/
ClangASTType.cpp 842 CXXRecordDecl *cxx_record_decl = pointee_qual_type->getAsCXXRecordDecl();
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 299 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(CXXRecordDecl*, getAsCXXRecordDecl)

Completed in 345 milliseconds

1 2 3