Searched refs:TypeMayContainAuto (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3720 bool TypeMayContainAuto = true; local
3729 AddInitializerToDecl(Var, InitExpr, DirectInit, TypeMayContainAuto);
3731 ActOnUninitializedDecl(Var, TypeMayContainAuto);
H A DSemaDecl.cpp4329 ActOnUninitializedDecl(Anon, /*TypeMayContainAuto=*/false);
9180 bool DirectInit, bool TypeMayContainAuto) {
9205 if (TypeMayContainAuto && VDecl->getType()->isUndeducedType()) {
9649 bool TypeMayContainAuto) {
9658 if (TypeMayContainAuto && Type->getContainedAutoType()) {
10289 bool TypeMayContainAuto) {
10297 if (TypeMayContainAuto && Group.size() > 1) {
9179 AddInitializerToDecl(Decl *RealDecl, Expr *Init, bool DirectInit, bool TypeMayContainAuto) argument
9648 ActOnUninitializedDecl(Decl *RealDecl, bool TypeMayContainAuto) argument
10288 BuildDeclaratorGroup(MutableArrayRef<Decl *> Group, bool TypeMayContainAuto) argument
H A DSemaExprCXX.cpp1276 bool TypeMayContainAuto) {
1302 if (TypeMayContainAuto && AllocType->isUndeducedType()) {
1266 BuildCXXNew(SourceRange Range, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocType, TypeSourceInfo *AllocTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer, bool TypeMayContainAuto) argument
/external/clang/include/clang/Sema/
H A DSema.h1713 bool TypeMayContainAuto);
1714 void ActOnUninitializedDecl(Decl *dcl, bool TypeMayContainAuto);
1728 bool TypeMayContainAuto = true);
4667 bool TypeMayContainAuto = true);

Completed in 218 milliseconds