Home
last modified time | relevance | path

Searched refs:containsPlaceholderType (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h510 bool containsPlaceholderType() const { in containsPlaceholderType() function
/external/clang/lib/Parse/
DParseDeclCXX.cpp2637 DS.containsPlaceholderType()); in ParseCXXClassMemberDeclaration()
2640 Actions.ActOnUninitializedDecl(ThisDecl, DS.containsPlaceholderType()); in ParseCXXClassMemberDeclaration()
DParseExprCXX.cpp1761 DS.containsPlaceholderType()); in ParseCXXCondition()
DParseDecl.cpp1988 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType(); in ParseDeclarationAfterDeclaratorAndAttributes()
/external/clang/lib/Sema/
DSemaType.cpp2611 if (D.getDeclSpec().containsPlaceholderType()) { in GetDeclSpecTypeForDeclarator()
3725 if (D.getDeclSpec().containsPlaceholderType() && in GetFullTypeForDeclarator()
DSemaDecl.cpp5819 if (D.getDeclSpec().containsPlaceholderType() && R->getContainedAutoType()) in ActOnVariableDeclarator()
5951 if (D.getDeclSpec().containsPlaceholderType() && R->getContainedAutoType()) in ActOnVariableDeclarator()
10282 return BuildDeclaratorGroup(Decls, DS.containsPlaceholderType()); in FinalizeDeclaratorGroup()
10991 if (D.getDeclSpec().containsPlaceholderType()) { in canDelayFunctionBody()
DSemaExprCXX.cpp1170 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType(); in ActOnCXXNew()