Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h520 bool containsPlaceholderType() const { in containsPlaceholderType() function
/external/clang/lib/Parse/
DParseDeclCXX.cpp2657 DS.containsPlaceholderType()); in ParseCXXClassMemberDeclaration()
2660 Actions.ActOnUninitializedDecl(ThisDecl, DS.containsPlaceholderType()); in ParseCXXClassMemberDeclaration()
DParseExprCXX.cpp1841 DS.containsPlaceholderType()); in ParseCXXCondition()
DParseDecl.cpp2024 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType(); in ParseDeclarationAfterDeclaratorAndAttributes()
/external/clang/lib/Sema/
DSemaType.cpp2822 if (D.getDeclSpec().containsPlaceholderType()) { in GetDeclSpecTypeForDeclarator()
3983 if (D.getDeclSpec().containsPlaceholderType() && in GetFullTypeForDeclarator()
DSemaDecl.cpp5980 if (D.getDeclSpec().containsPlaceholderType() && R->getContainedAutoType()) in ActOnVariableDeclarator()
6112 if (D.getDeclSpec().containsPlaceholderType() && R->getContainedAutoType()) in ActOnVariableDeclarator()
10691 return BuildDeclaratorGroup(Decls, DS.containsPlaceholderType()); in FinalizeDeclaratorGroup()
11397 if (D.getDeclSpec().containsPlaceholderType()) { in canDelayFunctionBody()
DSemaExprCXX.cpp1403 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType(); in ActOnCXXNew()