Home
last modified time | relevance | path

Searched defs:Cons (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp9.cpp55 struct Cons { struct
57 constexpr Cons() : val{true, false} {} in Cons() argument
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1106 CXXTemporaryObjectExpr(CXXConstructorDecl * Cons,QualType Ty,TypeSourceInfo * TSI,ArrayRef<Expr * > Args,SourceRange ParenOrBraceRange,bool HadMultipleCandidates,bool ListInitialization,bool StdInitListInitialization,bool ZeroInitialization) CXXTemporaryObjectExpr() argument
1124 Create(const ASTContext & Ctx,CXXConstructorDecl * Cons,QualType Ty,TypeSourceInfo * TSI,ArrayRef<Expr * > Args,SourceRange ParenOrBraceRange,bool HadMultipleCandidates,bool ListInitialization,bool StdInitListInitialization,bool ZeroInitialization) Create() argument
/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp485 if (auto *Cons = dyn_cast_or_null<CXXConstructExpr>(E)) isTrivialFiller() local
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp1378 if (const auto *Cons = RTR.getTypeConstraint()) VisitConceptRequirement() local