Home
last modified time | relevance | path

Searched refs:Cons (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DDisasm.cpp41 if (auto *Cons = dyn_cast<CXXConstructorDecl>(F)) { in dump() local
42 DeclarationName Name = Cons->getParent()->getDeclName(); in dump()
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DFileTimeType.rst401 Cons:
432 Cons:
451 Cons:
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp983 CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI, in CXXTemporaryObjectExpr() argument
989 Cons, /* Elidable=*/false, Args, HadMultipleCandidates, in CXXTemporaryObjectExpr()
1001 const ASTContext &Ctx, CXXConstructorDecl *Cons, QualType Ty, in Create() argument
1010 Cons, Ty, TSI, Args, ParenOrBraceRange, HadMultipleCandidates, in Create()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp466 if (auto *Cons = dyn_cast_or_null<CXXConstructExpr>(E)) in isTrivialFiller() local
467 return Cons->getConstructor()->isDefaultConstructor() && in isTrivialFiller()
468 Cons->getConstructor()->isTrivial(); in isTrivialFiller()
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DVector.md335 Cons:
355 Cons:
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h1806 CXXTemporaryObjectExpr(CXXConstructorDecl *Cons, QualType Ty,
1817 Create(const ASTContext &Ctx, CXXConstructorDecl *Cons, QualType Ty,
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1369 if (const auto *Cons = RTR.getTypeConstraint()) in VisitConceptRequirement() local
1370 VisitTypeConstraint(*Cons); in VisitConceptRequirement()