Searched defs:TypeContainsAuto (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp1988 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType(); local
2048 /*DirectInit=*/false, TypeContainsAuto);
2091 /*DirectInit=*/true, TypeContainsAuto);
2114 /*DirectInit=*/true, TypeContainsAuto);
2117 Actions.ActOnUninitializedDecl(ThisDecl, TypeContainsAuto);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1170 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType(); local
1177 if (TypeContainsAuto)
1243 TypeContainsAuto);

Completed in 144 milliseconds