Searched defs:TokenConcatenation (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DTokenConcatenation.h1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
10 // This file defines the TokenConcatenation class.
23 /// TokenConcatenation class, which answers the question of
31 class TokenConcatenation { class in namespace:clang
59 TokenConcatenation(Preprocessor &PP);
/external/clang/lib/Lex/
H A DTokenConcatenation.cpp1 //===--- TokenConcatenation.cpp - Token Concatenation Avoidance -----------===//
10 // This file implements the TokenConcatenation class.
14 #include "clang/Lex/TokenConcatenation.h"
48 bool TokenConcatenation::IsIdentifierStringPrefix(const Token &Tok) const {
70 TokenConcatenation::TokenConcatenation(Preprocessor &pp) : PP(pp) { function in class:TokenConcatenation
157 bool TokenConcatenation::AvoidConcat(const Token &PrevPrevTok,

Completed in 35 milliseconds