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 DSemaAttr.cpp219 void Sema::inferNullableClassAttribute(CXXRecordDecl *CRD) { in inferNullableClassAttribute()
H A DSemaDeclAttr.cpp249 if (const auto *CRD = dyn_cast<CXXRecordDecl>(RD)) { in checkRecordDeclForAttr() local
5295 if (auto *CRD = dyn_cast<CXXRecordDecl>(D); in handleNullableTypeAttr() local
H A DSemaCodeComplete.cpp3834 if (auto *CRD = llvm::dyn_cast<CXXRecordDecl>(RD)) { in AddOverloadAggregateChunks() local
6411 CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD); in ProduceConstructorSignatureHelp() local
H A DSemaDeclCXX.cpp8812 } else if (auto *CRD = CTy->getAsRecordDecl()) { in CheckExplicitlyDefaultedComparison() local
H A DSemaExpr.cpp15793 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in BuildBuiltinOffsetOf() local
/freebsd/sys/dev/xdma/controller/
H A Dpl330.h74 #define CRD 0xE14 /* DMA Configuration */ macro
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp786 const auto *CRD = getCXXRecordDecl(State, Reg); in hasSubscriptOperator() local
802 const auto *CRD = getCXXRecordDecl(State, Reg); in frontModifiable() local
817 const auto *CRD = getCXXRecordDecl(State, Reg); in backModifiable() local
/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.cpp813 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { in ConvertRecordDeclType() local
H A DCodeGenModule.cpp6923 CXXRecordDecl *CRD = cast<CXXRecordDecl>(D); in EmitTopLevelDecl() local
H A DCGOpenMPRuntime.cpp8650 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
2660 if (const auto *CRD = dyn_cast<CXXRecordDecl>(RD)) { in bindStruct() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp407 if (const auto *CRD = dyn_cast<CXXRecordDecl>(LDC)) in isInLocalScopeForInstantiation() local
H A DASTContext.cpp140 if (const auto *CRD = dyn_cast<CXXRecordDecl>(D)) { in getDeclLocsForCommentSearch() local
367 if (const auto *CRD = dyn_cast<CXXRecordDecl>(&D)) { in adjustDeclToTemplate() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1884 const CXXRecordDecl *CRD = Ty->getAsCXXRecordDecl(); in addAutomaticObjDestruction() local