/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 548 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) getNumParams() local 563 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) { getParamType() local 592 if (const auto *CRD = dyn_cast<CXXRecordDecl>(AggregateType)) { getParamDecl() local [all...] |
H A D | SemaAttr.cpp | 218 inferNullableClassAttribute(CXXRecordDecl * CRD) inferNullableClassAttribute() argument [all...] |
H A D | SemaDeclAttr.cpp | 249 if (const auto *CRD = dyn_cast<CXXRecordDecl>(RD)) { checkRecordDeclForAttr() local 5298 if (auto *CRD = dyn_cast<CXXRecordDecl>(D); handleNullableTypeAttr() local
|
H A D | SemaCodeComplete.cpp | 3834 if (auto *CRD = llvm::dyn_cast<CXXRecordDecl>(RD)) { AddOverloadAggregateChunks() local 6411 CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD); ProduceConstructorSignatureHelp() local
|
H A D | SemaDeclCXX.cpp | 8782 } else if (auto *CRD = CTy->getAsRecordDecl()) { CheckExplicitlyDefaultedComparison() local
|
H A D | SemaExpr.cpp | 15750 if (CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { BuildBuiltinOffsetOf() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | DesignatedInitializers.cpp | 49 if (const auto *CRD = llvm::dyn_cast<CXXRecordDecl>(RD)) { in AggregateDesignatorNames() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Iterator.cpp | 23 const auto *CRD = Type->getUnqualifiedDesugaredType()->getAsCXXRecordDecl(); in isIteratorType() local 27 bool isIterator(const CXXRecordDecl *CRD) { in isIterator() argument
|
H A D | ContainerModeling.cpp | 786 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
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | IdentifierNamingCheck.cpp | 527 } else if (const auto *CRD = dyn_cast<CXXRecordDecl>(ND)) { in getPrefix() local 643 const CXXRecordDecl *CRD, in getClassPrefix() argument
|
/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 237 CriticalDependency CRD; variable 346 CriticalDependency CRD; variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 757 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) { ConvertRecordDeclType() local
|
H A D | CodeGenModule.cpp | 6901 CXXRecordDecl *CRD = cast<CXXRecordDecl>(D); EmitTopLevelDecl() local
|
H A D | CGOpenMPRuntime.cpp | 8639 getPlainLayout(CRD, Layout, /*AsBase=*/false); in generateInfoForCapture() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | DumpAST.cpp | 41 if (const auto *CRD = llvm::dyn_cast<CXXRecordDecl>(D)) in isInjectedClassName() local
|
H A D | FindTarget.cpp | 65 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(D)) { in getTemplatePattern() local
|
H A D | SemanticHighlighting.cpp | 269 if (const auto *CRD = llvm::dyn_cast<CXXRecordDecl>(D)) in isAbstract() local
|
H A D | XRefs.cpp | 2038 if (auto *CRD = T->getAsCXXRecordDecl()) { unwrapFindType() local
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | globals-fundamental.cpp | 635 const double &CRD = D; variable
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 2298 if (const CXXRecordDecl *CRD = dyn_cast<CXXRecordDecl>(RD)) isRecordEmpty() local 2660 if (const auto *CRD = dyn_cast<CXXRecordDecl>(RD)) { bindStruct() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 407 if (const auto *CRD = dyn_cast<CXXRecordDecl>(LDC)) isInLocalScopeForInstantiation() local
|
H A D | ASTContext.cpp | 140 if (const auto *CRD = dyn_cast<CXXRecordDecl>(D)) { getDeclLocsForCommentSearch() local 367 if (const auto *CRD = dyn_cast<CXXRecordDecl>(&D)) { adjustDeclToTemplate() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 1884 const CXXRecordDecl *CRD = Ty->getAsCXXRecordDecl(); addAutomaticObjDestruction() local
|