Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp164 ArgExprs.push_back(ParseIdentifierLoc()); in ParseHLSLAnnotations()
180 ArgExprs.push_back(ParseIdentifierLoc()); in ParseHLSLAnnotations()
H A DParseDecl.cpp402 IdentifierLoc *Parser::ParseIdentifierLoc() { in ParseIdentifierLoc() function in Parser
552 ArgExprs.push_back(ParseIdentifierLoc()); in ParseAttributeArgsCommon()
584 ArgExprs.push_back(ParseIdentifierLoc()); in ParseAttributeArgsCommon()
590 ArgExprs.push_back(ParseIdentifierLoc()); in ParseAttributeArgsCommon()
1322 IdentifierLoc *Platform = ParseIdentifierLoc(); in ParseAvailabilityAttribute()
1437 EnvironmentLoc = ParseIdentifierLoc(); in ParseAvailabilityAttribute()
1579 GeneratedDeclaration = ParseIdentifierLoc(); in ParseExternalSourceSymbolAttribute()
1684 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1695 ClassMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1715 InstanceMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
[all …]
H A DParseExpr.cpp3944 IdentifierLoc *PlatformIdentifier = ParseIdentifierLoc(); in ParseAvailabilitySpec()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2953 IdentifierLoc *ParseIdentifierLoc();