OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Sep 20 00:26:38 UTC 2026