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()
185 ArgExprs.push_back(ParseIdentifierLoc()); in ParseHLSLAnnotations()
H A DParseDecl.cpp371 IdentifierLoc *Parser::ParseIdentifierLoc() { in ParseIdentifierLoc() function in Parser
514 ArgExprs.push_back(ParseIdentifierLoc()); in ParseAttributeArgsCommon()
547 ArgExprs.push_back(ParseIdentifierLoc()); in ParseAttributeArgsCommon()
1242 IdentifierLoc *Platform = ParseIdentifierLoc(); in ParseAvailabilityAttribute()
1358 EnvironmentLoc = ParseIdentifierLoc(); in ParseAvailabilityAttribute()
1487 GeneratedDeclaration = ParseIdentifierLoc(); in ParseExternalSourceSymbolAttribute()
1582 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1593 ClassMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1613 InstanceMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1690 IdentifierLoc *ArgumentKind = ParseIdentifierLoc(); in ParseTypeTagForDatatypeAttribute()
H A DParseExpr.cpp3416 IdentifierLoc *PlatformIdentifier = ParseIdentifierLoc(); in ParseAvailabilitySpec()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2263 IdentifierLoc *ParseIdentifierLoc();