Searched defs:TokenValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessor.h63 class TokenValue { class in namespace:clang
68 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { function in class:clang::TokenValue
71 "Identifiers should be created by TokenValue(IdentifierInfo *)");
75 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} function in class:clang::TokenValue
633 ArrayRef<TokenValue> Tokens) const;

Completed in 363 milliseconds