Searched refs:TryParseCXX11AttributeIdentifier (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseTentative.cpp508 if (!TryParseCXX11AttributeIdentifier(Loc)) {
514 if (!TryParseCXX11AttributeIdentifier(Loc)) {
H A DParseDeclCXX.cpp3001 IdentifierInfo *Parser::TryParseCXX11AttributeIdentifier(SourceLocation &Loc) { function in class:Parser
3115 AttrName = TryParseCXX11AttributeIdentifier(AttrLoc);
3127 AttrName = TryParseCXX11AttributeIdentifier(AttrLoc);
/external/clang/include/clang/Parse/
H A DParser.h1893 IdentifierInfo *TryParseCXX11AttributeIdentifier(SourceLocation &Loc);

Completed in 122 milliseconds