Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h514 bool containsPlaceholderType() const { in containsPlaceholderType() function
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp2595 DS.containsPlaceholderType()); in ParseCXXClassMemberDeclaration()
2598 Actions.ActOnUninitializedDecl(ThisDecl, DS.containsPlaceholderType()); in ParseCXXClassMemberDeclaration()
HDParseExprCXX.cpp1744 DS.containsPlaceholderType()); in ParseCXXCondition()
HDParseDecl.cpp1993 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType(); in ParseDeclarationAfterDeclaratorAndAttributes()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp2560 ContainsPlaceholderType = D.getDeclSpec().containsPlaceholderType(); in GetDeclSpecTypeForDeclarator()
3684 if (D.getDeclSpec().containsPlaceholderType() && in GetFullTypeForDeclarator()
HDSemaDecl.cpp5847 if (D.getDeclSpec().containsPlaceholderType() && R->getContainedAutoType()) in ActOnVariableDeclarator()
9996 return BuildDeclaratorGroup(Decls, DS.containsPlaceholderType()); in FinalizeDeclaratorGroup()
10689 if (D.getDeclSpec().containsPlaceholderType()) { in canDelayFunctionBody()
HDSemaExprCXX.cpp1161 bool TypeContainsAuto = D.getDeclSpec().containsPlaceholderType(); in ActOnCXXNew()