Searched refs:Construct (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp529 } else if (CXXConstructExpr *Construct
531 Args = Construct->getArgs();
532 NumArgs = Construct->getNumArgs();
679 if (CXXConstructExpr *Construct =
682 !Construct->isListInitialization()) {
683 ImplicitInit = Construct->getNumArgs() == 0 ||
684 Construct->getArg(0)->isDefaultArgument();
H A DDeclCXX.cpp1703 if (CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(E))
1704 return Construct->getConstructor();
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc915 // Construct the current directory entry.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp1042 if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init))
1043 if (CXXConstructorDecl *Constructor = Construct->getConstructor())
1046 !Construct->requiresZeroInitialization())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h2756 CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init);
2757 if (!CXXDirectInit && !(Construct && Construct->isListInitialization()))
2774 if (!Construct || isa<CXXTemporaryObjectExpr>(Construct))
2779 if (getDerived().TransformExprs(Construct->getArgs(), Construct->getNumArgs(),
2784 if (Construct->isListInitialization())
2785 return getDerived().RebuildInitList(Construct->getLocStart(), NewArgs,
2786 Construct
[all...]
H A DSemaDecl.cpp314 // Construct a type with type-source information.
1314 const CXXConstructExpr *Construct = local
1316 if (Construct && !Construct->isElidable()) {
1317 CXXConstructorDecl *CD = Construct->getConstructor();
11707 // Construct the decl.

Completed in 113 milliseconds