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

/external/clang/lib/Parse/
H A DParseDecl.cpp1801 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType(); local
1861 /*DirectInit=*/false, TypeContainsAuto);
1900 /*DirectInit=*/true, TypeContainsAuto);
1923 /*DirectInit=*/true, TypeContainsAuto);
1926 Actions.ActOnUninitializedDecl(ThisDecl, TypeContainsAuto);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1056 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType(); local
1063 if (TypeContainsAuto)
1129 TypeContainsAuto);

Completed in 678 milliseconds