Searched defs:getIdentifierInfo (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/Lex/ | ||
H A D | Token.h | 187 IdentifierInfo *getIdentifierInfo() const { in getIdentifierInfo() function |
H A D | Preprocessor.h | 1535 IdentifierInfo *getIdentifierInfo(StringRef Name) const { getIdentifierInfo() function |
/llvm-project/llvm/lib/Target/X86/AsmParser/ | ||
H A D | X86AsmParser.cpp | 491 const InlineAsmIdentifierInfo &getIdentifierInfo() const { return Info; } getIdentifierInfo() function in __anon56d446ff0111::X86AsmParser::IntelExprStateMachine |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReader.cpp | 2263 IdentifierInfo *getIdentifierInfo() const { return Found; } getIdentifierInfo() function in __anon89b64c550511::IdentifierLookupVisitor |