Searched refs:Cons (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Disasm.cpp | 41 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 D | FileTimeType.rst | 401 Cons: 432 Cons: 451 Cons:
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 983 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 D | CGExprAgg.cpp | 466 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 D | Vector.md | 335 Cons: 355 Cons:
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 1806 CXXTemporaryObjectExpr(CXXConstructorDecl *Cons, QualType Ty, 1817 Create(const ASTContext &Ctx, CXXConstructorDecl *Cons, QualType Ty,
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1369 if (const auto *Cons = RTR.getTypeConstraint()) in VisitConceptRequirement() local 1370 VisitTypeConstraint(*Cons); in VisitConceptRequirement()
|