Home
last modified time | relevance | path

Searched defs:CD (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h110 if (auto *CD = dyn_cast<CapturedDecl>(D)) { in visitUsedDecl() local
114 } else if (auto *CD = dyn_cast<BlockDecl>(D)) { in visitUsedDecl() local
H A DSemaAvailability.cpp286 if (auto *CD = dyn_cast<ObjCContainerDecl>(Ctx)) { in findEnclosingDeclToAnnotate() local
1018 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) in DiagnoseUnguardedAvailabilityViolations() local
H A DSemaDeclObjC.cpp133 const ObjCCategoryDecl *CD, in diagnoseNoescape()
313 if (const auto *CD = dyn_cast<ObjCCategoryDecl>(ND)) { in DiagnoseObjCImplementedDeprecations() local
457 else if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContDeclOfMethodDecl)) { in ActOnStartOfObjCMethodDef() local
538 ObjCContainerDecl *CD, in diagnoseUseOfProtocols()
3323 if (ObjCCategoryDecl *CD = in addMethodToGlobalList() local
4672 static void mergeObjCDirectMembers(Sema &S, Decl *CD, ObjCMethodDecl *Method) { in mergeObjCDirectMembers()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp275 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock()
308 if (const auto *CD = dyn_cast<CXXConstructorDecl>(DC)) in mangleBlock() local
374 } else if (const auto *CD = in mangleObjCMethodName() local
496 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) { in getAllManglings() local
568 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) in getMangledStructor() local
H A DDeclObjC.cpp979 } else if (auto *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) { in getNextRedeclarationImpl() local
1214 if (auto *CD = dyn_cast<ObjCCategoryDecl>(getDeclContext())) in getClassInterface() local
1224 if (auto *CD = dyn_cast<ObjCCategoryDecl>(getDeclContext())) in getCategory() local
1886 auto *CD = cast<ObjCCategoryDecl>(DC); in getContainingInterface() local
2222 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) in setClassInterface() local
H A DItaniumCXXABI.cpp266 CXXConstructorDecl *CD) override {} in addCopyConstructorForExceptionObject()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp204 CFGDeadness CD; in run() local
221 CFGDeadness CD; in runOnFunction() local
455 const CFGDeadness &CD; member in __anond3efd71a0311::GCPtrTracker
545 const CFGDeadness &CD) : F(F), CD(CD) { in GCPtrTracker()
891 const CFGDeadness &CD) { in Verify()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp62 CoverageData CD = CM.getCoverageForFunction(Function); get() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp409 if (auto *CD = dyn_cast<ObjCCategoryDecl>(D->getDeclContext())) in getCategoryContext() local
429 auto *CD = getCategoryContext(D); in VisitObjCMethodDecl() local
450 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D); in VisitObjCContainerDecl() local
474 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl() local
1193 auto *CD = D->getCanonicalDecl(); in generateUSRForDecl() local
H A DIndexSymbol.cpp259 auto *CD = cast<CXXConstructorDecl>(D); in getSymbolInfo() local
H A DIndexTypeSourceInfo.cpp70 if (auto *CD = TL.getType()->getAsCXXRecordDecl()) { in VisitTypedefTypeLoc() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp159 for (const CallDescription &CD : List) in CallDescriptionSet() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h47 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { in VisitCXXConstructorDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp146 if (const auto *CD = in addCallStack() local
H A DProgram.cpp290 if (const auto *CD = dyn_cast<CXXRecordDecl>(RD)) { in getOrCreateRecord() local
/freebsd/stand/i386/libi386/
H A Dtextvidc.c279 CD(void) in CD() function
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp150 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp96 if (Comdat *CD = GO->getComdat()) { in rewriteComdat() local
/freebsd/libexec/getty/
H A Dgettytab.h99 #define CD gettynums[4].value macro
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1068 LineCoverageIterator(const CoverageData &CD) in LineCoverageIterator()
1071 LineCoverageIterator(const CoverageData &CD, unsigned Line) in LineCoverageIterator()
1104 getLineCoverageStats(const coverage::CoverageData &CD) { in getLineCoverageStats()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp125 const ChainOfDependences &CD = D.Chain; in operator <<() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp398 if (const auto *CD = dyn_cast<CXXConstructorDecl>(D)) in shouldSkipFunction() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1097 else if (const CapturedDecl *CD = dyn_cast_or_null<CapturedDecl>(D)) in mapRegionCounters() local
1177 else if (const CapturedDecl *CD = dyn_cast_or_null<CapturedDecl>(D)) in computeRegionCounts() local
H A DCGClass.cpp600 auto *CD = dyn_cast<CXXConstructorDecl>(D); in isMemcpyEquivalentSpecialMember() local
1051 const CXXConstructorDecl *CD, in getTrivialCopySource()
1083 ConstructorMemcpyizer(CodeGenFunction &CGF, const CXXConstructorDecl *CD, in ConstructorMemcpyizer()
1272 void CodeGenFunction::EmitCtorPrologue(const CXXConstructorDecl *CD, in EmitCtorPrologue()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1330 void ASTDeclWriter::VisitCapturedDecl(CapturedDecl *CD) { in VisitCapturedDecl()
2885 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) { in AddFunctionDefinition() local

1234