Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h64 class TokenValue {
69 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) { in TokenValue() function
76 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function
916 ArrayRef<TokenValue> Tokens) const;
/external/clang/lib/Lex/
DPreprocessor.cpp326 ArrayRef<TokenValue> Tokens) { in MacroDefinitionEquals()
333 ArrayRef<TokenValue> Tokens) const { in getLastMacroWithSpelling()
/external/clang/lib/AST/
DCommentSema.cpp693 TokenValue Tokens[] = { in checkDeprecatedCommand()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1132 TokenValue Tokens[] = { in DiagnoseSwitchLabelsFallthrough()
DSemaObjCProperty.cpp2010 TokenValue tokens[] = { in DiagnoseOwningPropertyGetterSynthesis()