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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp758 if (!TryParseCXX11AttributeIdentifier(Loc)) {
764 if (!TryParseCXX11AttributeIdentifier(Loc)) {
H A DParseDeclCXX.cpp3996 IdentifierInfo *Parser::TryParseCXX11AttributeIdentifier(SourceLocation &Loc) { function in class:Parser
4205 CommonScopeName = TryParseCXX11AttributeIdentifier(CommonScopeLoc);
4235 AttrName = TryParseCXX11AttributeIdentifier(AttrLoc);
4245 AttrName = TryParseCXX11AttributeIdentifier(AttrLoc);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2810 IdentifierInfo *TryParseCXX11AttributeIdentifier(SourceLocation &Loc);

Completed in 311 milliseconds