Home
last modified time | relevance | path

Searched refs:ParseDecltypeSpecifier (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExprCXX.cpp260 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); in ParseOptionalCXXScopeSpecifier()
1492 ParseDecltypeSpecifier(DS); in ParseCXXPseudoDestructor()
1863 DS.SetRangeEnd(ParseDecltypeSpecifier(DS)); in ParseCXXSimpleTypeSpecifier()
2498 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); in ParseUnqualifiedId()
HDParseDeclCXX.cpp756 SourceLocation Parser::ParseDecltypeSpecifier(DeclSpec &DS) { in ParseDecltypeSpecifier() function in Parser
954 EndLocation = ParseDecltypeSpecifier(DS); in ParseBaseTypeSpecifier()
3212 ParseDecltypeSpecifier(DS); in ParseMemInitializer()
HDParseDecl.cpp3384 ParseDecltypeSpecifier(DS); in ParseDeclarationSpecifiers()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h2219 SourceLocation ParseDecltypeSpecifier(DeclSpec &DS);