Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
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;
/external/clang/lib/Lex/
DPreprocessor.cpp312 ArrayRef<TokenValue> Tokens) { in MacroDefinitionEquals()
319 ArrayRef<TokenValue> Tokens) const { in getLastMacroWithSpelling()
/external/clang/lib/AST/
DCommentSema.cpp693 TokenValue Tokens[] = { in checkDeprecatedCommand()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1122 TokenValue Tokens[] = { in DiagnoseSwitchLabelsFallthrough()
DSemaObjCProperty.cpp1875 TokenValue tokens[] = { in DiagnoseOwningPropertyGetterSynthesis()