Home
last modified time | relevance | path

Searched defs:Construct (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp543 } else if (CXXConstructExpr *Construct in VisitFunctionDecl() local
696 if (CXXConstructExpr *Construct = in VisitVarDecl() local
H A DDeclCXX.cpp1746 if (CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(E)) in getTargetConstructor() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1074 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init)) in isTrivialInitializer() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp1450 const CXXConstructExpr *Construct = in ShouldDiagnoseUnusedDecl() local
H A DTreeTransform.h2941 CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init); in TransformInitializer() local