HomeSort by: relevance | last modified time | path
    Searched refs:getAsRecordDecl (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporterLookupTable.cpp 30 LT.add(RTy->getAsRecordDecl());
32 for (auto *it : RTy->getAsRecordDecl()->fields()) {
NestedNameSpecifier.cpp 185 CXXRecordDecl *NestedNameSpecifier::getAsRecordDecl() const {
287 dyn_cast_or_null<ClassTemplateSpecializationDecl>(getAsRecordDecl());
CommentSema.cpp 978 return isClassOrStructDeclImpl(ThisRecordType->getAsRecordDecl());
ASTStructuralEquivalence.cpp 450 return IsStructurallyEquivalent(Context, NNS1->getAsRecordDecl(),
451 NNS2->getAsRecordDecl());
DeclCXX.cpp 3028 return getUsingDecl()->getQualifier()->getAsRecordDecl();
3302 const RecordDecl *RD = T->getAsRecordDecl();
ASTImporter.cpp 1794 FromRecordDecl = FieldFrom->getType()->getBaseElementTypeUnsafe()->getAsRecordDecl();
1795 ToRecordDecl = FieldTo->getType()->getBaseElementTypeUnsafe()->getAsRecordDecl();
8607 if (ExpectedDecl RDOrErr = Import(FromNNS->getAsRecordDecl()))
8705 Builder.MakeSuper(getToContext(), Spec->getAsRecordDecl(),
Type.cpp 1757 RecordDecl *Type::getAsRecordDecl() const {
ExprConstant.cpp 6847 const RecordDecl *RD = Ty->getAsRecordDecl();
7041 const RecordDecl *RD = RTy->getAsRecordDecl();
7187 if (RecordDecl *Record = Ty->getAsRecordDecl()) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
AbstractBasicWriter.h 267 asImpl().writeDeclRef(NNS->getAsRecordDecl());
NestedNameSpecifier.h 193 CXXRecordDecl *getAsRecordDecl() const;
Type.h 2251 RecordDecl *getAsRecordDecl() const;
6558 if (auto *RD = getTypePtr()->getBaseElementTypeUnsafe()->getAsRecordDecl())
6564 if (auto *RD = getTypePtr()->getBaseElementTypeUnsafe()->getAsRecordDecl())
6570 if (auto *RD = getTypePtr()->getBaseElementTypeUnsafe()->getAsRecordDecl())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 87 return visitRecord(CXXRD->bases().begin()->getType()->getAsRecordDecl(),
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedObjectChecker.cpp 282 const RecordDecl *RD = R->getValueType()->getAsRecordDecl()->getDefinition();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 530 if (const RecordDecl *RRD = II.getType()->getAsRecordDecl())
547 if (const RecordDecl *RRD = FT->getAsRecordDecl())
556 if (const RecordDecl *RRD = PT->getAsRecordDecl())
624 if (const RecordDecl *RD = PT->getAsRecordDecl())
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp 340 auto *FlagRecordDecl = FlagType->getAsRecordDecl();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 340 if (const auto *FieldRD = Field->getType()->getAsRecordDecl())
CGExprConstant.cpp 2252 if (const auto *FieldRD = Field->getType()->getAsRecordDecl())
CGCall.cpp 2408 auto *Decl = ParamType->getAsRecordDecl();
CGOpenMPRuntime.cpp 4426 const auto *KmpAffinityInfoRD = KmpTaskAffinityInfoTy->getAsRecordDecl();
9023 const auto *RD = BaseType->getAsRecordDecl();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp 161 return NNS->getAsRecordDecl();
SemaCodeComplete.cpp 4815 static RecordDecl *getAsRecordDecl(const QualType BaseType) {
4816 if (auto *RD = BaseType->getAsRecordDecl()) {
5257 RecordDecl *RD = Base.isNull() ? nullptr : getAsRecordDecl(Base);
5348 if (RecordDecl *RD = getAsRecordDecl(BaseType)) {
5891 auto *RD = getAsRecordDecl(BaseType);
5911 const auto *RD = getAsRecordDecl(BaseType);
SemaLookup.cpp 2423 return LookupInSuper(R, NNS->getAsRecordDecl());
2459 return LookupInSuper(R, NNS->getAsRecordDecl());
SemaDeclAttr.cpp 441 BaseSpecifier.getType()->getAsRecordDecl(), OO_Star);
444 BaseSpecifier.getType()->getAsRecordDecl(), OO_Arrow);
SemaDecl.cpp 11897 if (auto *OrigRD = OrigTy->getAsRecordDecl())
11962 if (auto *OrigRD = OrigTy->getAsRecordDecl())
12028 if (auto *OrigRD = OrigTy->getAsRecordDecl())
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 5410 AddDeclRef(NNS.getNestedNameSpecifier()->getAsRecordDecl());

Completed in 165 milliseconds

1 2