HomeSort by relevance Sort by last modified time
    Searched refs:TokenValue (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
Preprocessor.h 62 class TokenValue {
67 TokenValue(tok::TokenKind Kind) : Kind(Kind), II(0) {
70 "Identifiers should be created by TokenValue(IdentifierInfo *)");
74 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {}
590 ArrayRef<TokenValue> Tokens) const;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 297 ArrayRef<TokenValue> Tokens) {
304 ArrayRef<TokenValue> Tokens) const {
  /external/clang/lib/AST/
CommentSema.cpp 678 TokenValue Tokens[] = {
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 915 TokenValue Tokens[] = {
    [all...]

Completed in 59 milliseconds