Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp231 IdentifierLoc *Parser::ParseIdentifierLoc() { in ParseIdentifierLoc() function in Parser
292 ArgExprs.push_back(ParseIdentifierLoc()); in ParseAttributeArgsCommon()
877 IdentifierLoc *Platform = ParseIdentifierLoc(); in ParseAvailabilityAttribute()
1061 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1070 ClassMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1089 InstanceMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1279 IdentifierLoc *ArgumentKind = ParseIdentifierLoc(); in ParseTypeTagForDatatypeAttribute()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h2117 IdentifierLoc *ParseIdentifierLoc();