Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp324 IdentifierLoc *Parser::ParseIdentifierLoc() { in ParseIdentifierLoc() function in Parser
394 ArgExprs.push_back(ParseIdentifierLoc()); in ParseAttributeArgsCommon()
425 ArgExprs.push_back(ParseIdentifierLoc()); in ParseAttributeArgsCommon()
1112 IdentifierLoc *Platform = ParseIdentifierLoc(); in ParseAvailabilityAttribute()
1361 GeneratedDeclaration = ParseIdentifierLoc(); in ParseExternalSourceSymbolAttribute()
1451 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1462 ClassMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1482 InstanceMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1561 IdentifierLoc *ArgumentKind = ParseIdentifierLoc(); in ParseTypeTagForDatatypeAttribute()
H A DParseExpr.cpp3689 IdentifierLoc *PlatformIdentifier = ParseIdentifierLoc(); in ParseAvailabilitySpec()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2750 IdentifierLoc *ParseIdentifierLoc();