Home
last modified time | relevance | path

Searched refs:CtorD (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp2167 const auto *CtorD = dyn_cast_or_null<NamedDecl>(CE->getConstructor()); in VisitDeclStmt() local
2168 if (!CtorD || !CtorD->hasAttrs()) in VisitDeclStmt()
2170 handleCall(E, CtorD, VD); in VisitDeclStmt()
2180 CXXConstructorDecl *CtorD = findConstructorForByValueReturn(RD); in VisitDeclStmt() local
2181 if (!CtorD || !CtorD->hasAttrs()) in VisitDeclStmt()
2183 handleCall(buildFakeCtorCall(CtorD, {E}, E->getBeginLoc()), CtorD, VD); in VisitDeclStmt()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp522 if (const auto *CtorD = dyn_cast<CXXConstructorDecl>(D)) in writeFuncOrVarName() local
523 GD = GlobalDecl(CtorD, Ctor_Complete); in writeFuncOrVarName()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1381 const CXXConstructorDecl *CtorD = ConstructE->getConstructor(); in hasNonTrivialConstructorCall() local
1384 for (const auto *CtorParam : CtorD->parameters()) { in hasNonTrivialConstructorCall()