HomeSort by: relevance | last modified time | path
    Searched defs:TokenConcatenation (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
TokenConcatenation.h 1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
9 // This file defines the TokenConcatenation class.
22 /// TokenConcatenation class, which answers the question of
30 class TokenConcatenation {
58 TokenConcatenation(const Preprocessor &PP);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
TokenConcatenation.cpp 1 //===--- TokenConcatenation.cpp - Token Concatenation Avoidance -----------===//
9 // This file implements the TokenConcatenation class.
13 #include "clang/Lex/TokenConcatenation.h"
47 bool TokenConcatenation::IsIdentifierStringPrefix(const Token &Tok) const {
69 TokenConcatenation::TokenConcatenation(const Preprocessor &pp) : PP(pp) {
160 bool TokenConcatenation::AvoidConcat(const Token &PrevPrevTok,

Completed in 18 milliseconds