Searched refs:TokenConcatenation (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenConcatenation.h1 //===--- TokenConcatenation.h - Token Concatenation Avoidance ---*- C++ -*-===//
9 // This file defines the TokenConcatenation class.
22 /// TokenConcatenation class, which answers the question of
30 class TokenConcatenation { class in namespace:clang
58 TokenConcatenation(const Preprocessor &PP);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp1 //===--- 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) { function in class:TokenConcatenation
160 bool TokenConcatenation::AvoidConcat(const Token &PrevPrevTok,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp17 #include "clang/Lex/TokenConcatenation.h"
595 TokenConcatenation ConcatInfo(TmpPP);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp23 #include "clang/Lex/TokenConcatenation.h"
82 TokenConcatenation ConcatInfo;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp21 #include "clang/Lex/TokenConcatenation.h"
851 TokenConcatenation ConcatInfo;
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile435 SRCS_MIN+= Lex/TokenConcatenation.cpp

Completed in 84 milliseconds