Searched defs:getIdentifierInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ | ||
| H A D | Token.h | 186 IdentifierInfo *getIdentifierInfo() const { getIdentifierInfo() function |
| H A D | Preprocessor.h | 1514 IdentifierInfo *getIdentifierInfo(StringRef Name) const { getIdentifierInfo() function |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ | ||
| H A D | X86AsmParser.cpp | 489 const InlineAsmIdentifierInfo &getIdentifierInfo() const { return Info; } getIdentifierInfo() function in __anon16065c7e0111::X86AsmParser::IntelExprStateMachine |
| /freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
| H A D | ASTReader.cpp | 2222 IdentifierInfo *getIdentifierInfo() const { return Found; } getIdentifierInfo() function in __anond14ffef40511::IdentifierLookupVisitor |