Searched refs:TokenConcatenation (Results 1 - 5 of 5) 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 DAndroid.mk33 TokenConcatenation.cpp \
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
153 bool TokenConcatenation::AvoidConcat(const Token &PrevPrevTok,
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp18 #include "clang/Lex/TokenConcatenation.h"
507 TokenConcatenation ConcatInfo(TmpPP);
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp24 #include "clang/Lex/TokenConcatenation.h"
84 TokenConcatenation ConcatInfo;

Completed in 1998 milliseconds