Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp159 for (const CallDescription &CD : List) in CallDescriptionSet() local
109 __anon5589fc210302(size_t ArgCount, size_t ParamCount, const CallDescription &CD) matchesImpl() argument
117 __anon5589fc210402(const CallDescription &CD, const Decl *D) matchesImpl() argument
/freebsd-src/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.cpp224 if (auto *CD = dyn_cast<ObjCContainerDecl>(Ctx)) { findEnclosingDeclToAnnotate() local
938 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) DiagnoseUnguardedAvailabilityViolations() local
H A DSemaDeclObjC.cpp128 diagnoseNoescape(const ParmVarDecl * NewD,const ParmVarDecl * OldD,const ObjCCategoryDecl * CD,const ObjCProtocolDecl * PD,Sema & S) diagnoseNoescape() argument
306 if (const auto *CD = dyn_cast<ObjCCategoryDecl>(ND)) { DiagnoseObjCImplementedDeprecations() local
449 else if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContDeclOfMethodDecl)) { ActOnStartOfObjCMethodDef() local
526 diagnoseUseOfProtocols(Sema & TheSema,ObjCContainerDecl * CD,ObjCProtocolDecl * const * ProtoRefs,unsigned NumProtoRefs,const SourceLocation * ProtoLocs) diagnoseUseOfProtocols() argument
3320 if (ObjCCategoryDecl *CD = addMethodToGlobalList() local
4664 mergeObjCDirectMembers(Sema & S,Decl * CD,ObjCMethodDecl * Method) mergeObjCDirectMembers() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp275 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock() argument
309 mangleCtorBlock(CD, /*CT*/ Ctor_Complete, BD, Out); in mangleBlock() local
497 Manglings.emplace_back(getMangledStructor(CD, Ctor_Base)); in getAllManglings() local
375 } else if (const auto *CD = mangleObjCMethodName() local
559 if (const auto *CD = dyn_cast_or_null<CXXConstructorDecl>(ND)) getMangledStructor() local
[all...]
H A DMicrosoftCXXABI.cpp156 CXXConstructorDecl *CD) override { in addCopyConstructorForExceptionObject()
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
1892 auto *CD = cast<ObjCCategoryDecl>(DC); getContainingInterface() local
2236 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) setClassInterface() local
[all...]
H A DItaniumCXXABI.cpp266 CXXConstructorDecl *CD) override {} in addCopyConstructorForExceptionObject()
/freebsd-src/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 __anon8bb76e6c0311::GCPtrTracker
545 const CFGDeadness &CD) : F(F), CD(CD) { in GCPtrTracker()
891 const CFGDeadness &CD) { in Verify()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp86 if (const auto *CD = in checkBind() local
H A DGCDAntipatternChecker.cpp80 if (const auto *CD = dyn_cast<ObjCContainerDecl>(OD->getParent())) { in isTest() local
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp398 if (auto *CD = dyn_cast<ObjCCategoryDecl>(D->getDeclContext())) getCategoryContext() local
418 auto *CD = getCategoryContext(D); VisitObjCMethodDecl() local
439 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D); VisitObjCContainerDecl() local
463 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); VisitObjCContainerDecl() local
1177 auto *CD = D->getCanonicalDecl(); generateUSRForDecl() local
[all...]
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-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp77 CoverageData CD = CM.getCoverageForFunction(Function); in get() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h47 bool VisitCXXConstructorDecl(const CXXConstructorDecl *CD) { in VisitCXXConstructorDecl()
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp146 if (const auto *CD = in addCallStack() local
H A DProgram.cpp253 if (auto *CD = dyn_cast<CXXRecordDecl>(RD)) { getOrCreateRecord() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp
/freebsd-src/stand/i386/libi386/
H A Dtextvidc.c279 CD(void) in CD() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h259 else if (const auto *CD = dyn_cast<CXXConstructorDecl>(Parent)) in VisitParamVarRegion() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp150 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp96 if (Comdat *CD = GO->getComdat()) { in rewriteComdat() local
/freebsd-src/libexec/getty/
H A Dgettytab.h99 #define CD gettynums[4].value macro
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h975 LineCoverageIterator(const CoverageData & CD) LineCoverageIterator() argument
978 LineCoverageIterator(const CoverageData & CD,unsigned Line) LineCoverageIterator() argument
1011 getLineCoverageStats(const coverage::CoverageData & CD) getLineCoverageStats() argument
[all...]

1234