/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Mangle.cpp | 203 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 D | DeclObjC.cpp | 744 } 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 D | APValue.cpp | 498 const CXXRecordDecl *CD = cast<CXXRecordDecl>(RD); in printPretty() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCXX.cpp | 216 const auto *CD = cast<CXXConstructorDecl>(MD); in codegenCXXStructor() local 231 if (auto *CD = dyn_cast<CXXConstructorDecl>(MD)) { in getAddrOfCXXStructor() local
|
H A D | CGExprConstant.cpp | 420 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 D | CodeGenPGO.cpp | 700 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 D | CGCXXABI.cpp | 47 for (const CXXConstructorDecl *CD : RD->ctors()) { in canCopyArgument() local
|
H A D | CGException.cpp | 495 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 D | CGClass.cpp | 1007 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 D | MicrosoftCXXABI.cpp | 54 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 D | CGExprCXX.cpp | 390 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 D | USRGeneration.cpp | 357 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 D | TransGCAttrs.cpp | 153 if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(ContD)) in hasObjCImpl() local
|
/minix3/libexec/getty/ |
H A D | gettytab.h | 102 #define CD gettynums[4].value macro
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 84 if (Comdat *CD = GO->getComdat()) { in rewriteComdat() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 136 if (auto *CD = dyn_cast<CXXConstructorDecl>(FD)) in AddFunctionDefinition() local 883 void ASTDeclWriter::VisitCapturedDecl(CapturedDecl *CD) { in VisitCapturedDecl()
|
H A D | ASTReaderDecl.cpp | 806 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 D | Casting.cpp | 292 const pointer_wrappers::PTy CD(&D); variable
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CIndexDiagnostic.cpp | 108 CXStoredDiagnostic &CD = *Owner; in beginDiagnostic() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | CFG.cpp | 997 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 D | SemaObjCProperty.cpp | 844 if (const ObjCCategoryDecl *CD = in ActOnPropertyImplDecl() local 1908 ObjCContainerDecl *CD, in ProcessPropertyDecl()
|
H A D | SemaStmt.cpp | 3419 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 D | AnalysisBasedWarnings.cpp | 502 const CheckFallThroughDiagnostics& CD, in CheckFallThroughForBody() 1951 const CheckFallThroughDiagnostics &CD = in IssueWarnings() local
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 1540 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 D | ScopeInfo.h | 576 CapturedRegionScopeInfo(DiagnosticsEngine &Diag, Scope *S, CapturedDecl *CD, in CapturedRegionScopeInfo()
|