Home
last modified time | relevance | path

Searched refs:TokenValue (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h63 class TokenValue {
68 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function
75 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function
663 ArrayRef<TokenValue> Tokens) const;
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp312 ArrayRef<TokenValue> Tokens) { in MacroDefinitionEquals()
319 ArrayRef<TokenValue> Tokens) const { in getLastMacroWithSpelling()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp693 TokenValue Tokens[] = { in checkDeprecatedCommand()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1120 TokenValue Tokens[] = { in DiagnoseSwitchLabelsFallthrough()