Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp572 IdentifierInfo *II = getIdentifierAnnotation(Tok); in tryParseCXXIdExpression()
588 IdentifierInfo *II = getIdentifierAnnotation(Tok); in tryParseCXXIdExpression()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h817 static IdentifierInfo *getIdentifierAnnotation(const Token &Tok) { in getIdentifierAnnotation() function