Home
last modified time | relevance | path

Searched defs:CRD (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp548 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) in getNumParams() local
563 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) { in getParamType() local
592 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) { in getParamDecl() local
H A DSemaCodeComplete.cpp3828 if (auto *CRD = llvm::dyn_cast<CXXRecordDecl>(RD)) { in AddOverloadAggregateChunks() local
6367 CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD); in ProduceConstructorSignatureHelp() local
H A DSemaDeclAttr.cpp524 if (const auto *CRD = dyn_cast<CXXRecordDecl>(RD)) { in checkRecordDeclForAttr() local
H A DSemaDeclCXX.cpp8914 } else if (auto *CRD = CTy->getAsRecordDecl()) { in CheckExplicitlyDefaultedComparison() local
H A DSemaExpr.cpp16799 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in BuildBuiltinOffsetOf() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp23 const auto *CRD = Type->getUnqualifiedDesugaredType()->getAsCXXRecordDecl(); in isIteratorType() local
27 bool isIterator(const CXXRecordDecl *CRD) { in isIterator()
H A DContainerModeling.cpp777 const auto *CRD = getCXXRecordDecl(State, Reg); in hasSubscriptOperator() local
793 const auto *CRD = getCXXRecordDecl(State, Reg); in frontModifiable() local
808 const auto *CRD = getCXXRecordDecl(State, Reg); in backModifiable() local
/freebsd/sys/dev/xdma/controller/
H A Dpl330.h74 #define CRD 0xE14 /* DMA Configuration */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h237 CriticalDependency CRD; variable
346 CriticalDependency CRD; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp752 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in ConvertRecordDeclType() local
H A DCodeGenModule.cpp6763 CXXRecordDecl *CRD = cast<CXXRecordDecl>(D); EmitTopLevelDecl() local
H A DCGOpenMPRuntime.cpp8592 if (const auto *CRD = BaseType->getAsCXXRecordDecl()) in generateInfoForCapture() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2298 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) in isRecordEmpty() local
2659 if (const auto *CRD = dyn_cast<CXXRecordDecl>(RD)) { in bindStruct() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp385 if (const auto *CRD = dyn_cast<CXXRecordDecl>(LDC)) in isInLocalScopeForInstantiation() local
H A DASTContext.cpp137 if (const auto *CRD = dyn_cast<CXXRecordDecl>(D)) { in getDeclLocsForCommentSearch() local
364 if (const auto *CRD = dyn_cast<CXXRecordDecl>(&D)) { in adjustDeclToTemplate() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1887 const CXXRecordDecl *CRD = Ty->getAsCXXRecordDecl(); in addAutomaticObjDestruction() local