Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp229 IdentifierLoc *Parser::ParseIdentifierLoc() { in ParseIdentifierLoc() function in Parser
287 ArgExprs.push_back(ParseIdentifierLoc()); in ParseAttributeArgsCommon()
784 IdentifierLoc *Platform = ParseIdentifierLoc(); in ParseAvailabilityAttribute()
941 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
950 ClassMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
969 InstanceMethod = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1153 IdentifierLoc *ArgumentKind = ParseIdentifierLoc(); in ParseTypeTagForDatatypeAttribute()
/external/clang/include/clang/Parse/
DParser.h2058 IdentifierLoc *ParseIdentifierLoc();