Searched refs:containsPlaceholderType (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp53 bool TypeSpecContainsAuto = D.getDeclSpec().containsPlaceholderType();
H A DParseDeclCXX.cpp2364 DS.containsPlaceholderType());
2367 Actions.ActOnUninitializedDecl(ThisDecl, DS.containsPlaceholderType());
H A DParseExprCXX.cpp1680 DS.containsPlaceholderType());
H A DParseDecl.cpp1801 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType();
/external/clang/include/clang/Sema/
H A DDeclSpec.h504 bool containsPlaceholderType() const { function in class:clang::DeclSpec
/external/clang/lib/Sema/
H A DSemaType.cpp2127 ContainsPlaceholderType = D.getDeclSpec().containsPlaceholderType();
2698 if (D.getDeclSpec().containsPlaceholderType() &&
H A DSemaExprCXX.cpp1056 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType();
H A DSemaDecl.cpp5456 if (D.getDeclSpec().containsPlaceholderType() && R->getContainedAutoType())
9341 return BuildDeclaratorGroup(Decls, DS.containsPlaceholderType());
10035 if (D.getDeclSpec().containsPlaceholderType()) {

Completed in 3335 milliseconds