Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h62 class TokenValue {
67 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(0) { in TokenValue() function
74 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {} in TokenValue() function
587 ArrayRef<TokenValue> Tokens) const;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPreprocessor.cpp300 ArrayRef<TokenValue> Tokens) { in MacroDefinitionEquals()
307 ArrayRef<TokenValue> Tokens) const { in getLastMacroWithSpelling()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DCommentSema.cpp663 TokenValue Tokens[] = { in checkDeprecatedCommand()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DAnalysisBasedWarnings.cpp950 TokenValue Tokens[] = { in DiagnoseSwitchLabelsFallthrough()