Home
last modified time | relevance | path

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

123

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DMangle.cpp203 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD, in mangleCtorBlock()
239 if (const auto *CD = dyn_cast<CXXConstructorDecl>(DC)) in mangleBlock() local
265 const ObjCContainerDecl *CD = in mangleObjCMethodName() local
H A DDeclObjC.cpp744 } else if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) { in getNextRedeclarationImpl() local
955 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(getDeclContext())) in getClassInterface() local
1484 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(DC); in getContainingInterface() local
1746 if (ObjCCategoryDecl *CD = IFace->FindCategoryDeclaration(getIdentifier())) in setClassInterface() local
H A DAPValue.cpp498 const CXXRecordDecl *CD = cast<CXXRecordDecl>(RD); in printPretty() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCXX.cpp216 const auto *CD = cast<CXXConstructorDecl>(MD); in codegenCXXStructor() local
231 if (auto *CD = dyn_cast<CXXConstructorDecl>(MD)) { in getAddrOfCXXStructor() local
H A DCGExprConstant.cpp420 if (const CXXRecordDecl *CD = dyn_cast<CXXRecordDecl>(RD)) { in Build() local
561 const CXXRecordDecl *CD = dyn_cast<CXXRecordDecl>(RD); in BuildStruct() local
1013 const CXXConstructorDecl *CD = E->getConstructor(); in EmitConstantInit() local
H A DCodeGenPGO.cpp700 else if (const CapturedDecl *CD = dyn_cast_or_null<CapturedDecl>(D)) in mapRegionCounters() local
766 else if (const CapturedDecl *CD = dyn_cast_or_null<CapturedDecl>(D)) in computeRegionCounts() local
H A DCGCXXABI.cpp47 for (const CXXConstructorDecl *CD : RD->ctors()) { in canCopyArgument() local
H A DCGException.cpp495 if (const CapturedDecl* CD = dyn_cast_or_null<CapturedDecl>(D)) { in EmitStartEHSpec() local
569 if (const CapturedDecl* CD = dyn_cast_or_null<CapturedDecl>(D)) { in EmitEndEHSpec() local
H A DCGClass.cpp1007 const CXXConstructorDecl *CD, in getTrivialCopySource()
1039 ConstructorMemcpyizer(CodeGenFunction &CGF, const CXXConstructorDecl *CD, in ConstructorMemcpyizer()
1220 void CodeGenFunction::EmitCtorPrologue(const CXXConstructorDecl *CD, in EmitCtorPrologue()
H A DMicrosoftCXXABI.cpp54 size_t getSrcArgforCopyCtor(const CXXConstructorDecl *CD, in getSrcArgforCopyCtor()
634 for (const CXXConstructorDecl *CD : RD->ctors()) { in getRecordArgABI() local
988 auto *CD = dyn_cast<CXXConstructorDecl>(MD); in buildStructorSignature() local
3085 if (auto *CD = dyn_cast<CXXConstructorDecl>(MD)) { in emitCXXStructor() local
H A DCGExprCXX.cpp390 const CXXConstructorDecl *CD = E->getConstructor(); in EmitCXXConstructExpr() local
467 const CXXConstructorDecl *CD = E->getConstructor(); in EmitSynthesizedCXXCopyCtor() local
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp357 const ObjCCategoryDecl *CD = cast<ObjCCategoryDecl>(D); in VisitObjCContainerDecl() local
379 const ObjCCategoryImplDecl *CD = cast<ObjCCategoryImplDecl>(D); in VisitObjCContainerDecl() local
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp153 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl() local
/minix3/libexec/getty/
H A Dgettytab.h102 #define CD gettynums[4].value macro
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp84 if (Comdat *CD = GO->getComdat()) { in rewriteComdat() local
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp136 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) in AddFunctionDefinition() local
883 void ASTDeclWriter::VisitCapturedDecl(CapturedDecl *CD) { in VisitCapturedDecl()
H A DASTReaderDecl.cpp806 void ASTDeclReader::VisitObjCContainerDecl(ObjCContainerDecl *CD) { in VisitObjCContainerDecl()
915 void ASTDeclReader::VisitObjCCategoryDecl(ObjCCategoryDecl *CD) { in VisitObjCCategoryDecl()
1159 void ASTDeclReader::VisitCapturedDecl(CapturedDecl *CD) { in VisitCapturedDecl()
1578 if (auto *CD = ReadDeclAs<CXXConstructorDecl>(Record, Idx)) in VisitCXXConstructorDecl() local
3570 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) in UpdateDecl() local
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DCasting.cpp292 const pointer_wrappers::PTy CD(&D); variable
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp108 CXStoredDiagnostic &CD = *Owner; in beginDiagnostic() local
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp997 if (const CXXConstructorDecl *CD = dyn_cast_or_null<CXXConstructorDecl>(D)) { in buildCFG() local
1201 const CXXRecordDecl *CD = VI.getType()->getAsCXXRecordDecl(); in addImplicitDtorsForDestructor() local
1211 const CXXRecordDecl *CD = BI.getType()->getAsCXXRecordDecl(); in addImplicitDtorsForDestructor() local
1229 if (const CXXRecordDecl *CD = QT->getAsCXXRecordDecl()) in addImplicitDtorsForDestructor() local
1333 if (const CXXRecordDecl *CD = QT->getAsCXXRecordDecl()) in addLocalScopeForVarDecl() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp844 if (const ObjCCategoryDecl *CD = in ActOnPropertyImplDecl() local
1908 ObjCContainerDecl *CD, in ProcessPropertyDecl()
H A DSemaStmt.cpp3419 Sema::CreateCapturedStmtRecordDecl(CapturedDecl *&CD, SourceLocation Loc, in CreateCapturedStmtRecordDecl()
3476 CapturedDecl *CD = nullptr; in ActOnCapturedRegionStart() local
3503 CapturedDecl *CD = nullptr; in ActOnCapturedRegionStart() local
3575 CapturedDecl *CD = RSI->TheCapturedDecl; in ActOnCapturedRegionEnd() local
H A DAnalysisBasedWarnings.cpp502 const CheckFallThroughDiagnostics& CD, in CheckFallThroughForBody()
1951 const CheckFallThroughDiagnostics &CD = in IssueWarnings() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1540 const CXXRecordDecl *CD = MD->getParent(); in getEndPath() local
1559 const CXXRecordDecl *CD = MD->getParent(); in getEndPath() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h576 CapturedRegionScopeInfo(DiagnosticsEngine &Diag, Scope *S, CapturedDecl *CD, in CapturedRegionScopeInfo()

123