OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreprocessorLexer
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Lex/
PreprocessorLexer.cpp
1
//===-
PreprocessorLexer
.cpp - C Language Family Lexer --------------------===//
9
// This file implements the
PreprocessorLexer
and Token interfaces.
13
#include "clang/Lex/
PreprocessorLexer
.h"
22
void
PreprocessorLexer
::anchor() {}
24
PreprocessorLexer
::
PreprocessorLexer
(Preprocessor *pp, FileID fid)
32
void
PreprocessorLexer
::LexIncludeFilename(Token &FilenameTok) {
50
const FileEntry *
PreprocessorLexer
::getFileEntry() const {
PPLexerChange.cpp
48
PreprocessorLexer
*Preprocessor::getCurrentFileLexer() const {
592
PreprocessorLexer
*FoundLexer = nullptr;
PPMacroExpansion.cpp
32
#include "clang/Lex/
PreprocessorLexer
.h"
1594
PreprocessorLexer
*TheLexer = getCurrentFileLexer();
Pragma.cpp
32
#include "clang/Lex/
PreprocessorLexer
.h"
470
PreprocessorLexer
*TheLexer = getCurrentFileLexer();
Lexer.cpp
137
:
PreprocessorLexer
(&PP, FID),
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorLexer.h
1
//===-
PreprocessorLexer
.h - C Language Family Lexer ------------*- C++ -*-===//
10
/// Defines the
PreprocessorLexer
interface.
29
class
PreprocessorLexer
{
77
PreprocessorLexer
() : FID() {}
78
PreprocessorLexer
(Preprocessor *pp, FileID fid);
79
virtual ~
PreprocessorLexer
() = default;
125
PreprocessorLexer
(const
PreprocessorLexer
&) = delete;
126
PreprocessorLexer
&operator=(const
PreprocessorLexer
&) = delete
[
all
...]
Preprocessor.h
79
class
PreprocessorLexer
;
508
PreprocessorLexer
*CurPPLexer = nullptr;
541
PreprocessorLexer
*ThePPLexer;
549
PreprocessorLexer
*ThePPLexer,
991
bool isCurrentLexer(const
PreprocessorLexer
*L) const {
999
PreprocessorLexer
*getCurrentLexer() const { return CurPPLexer; }
1005
PreprocessorLexer
*getCurrentFileLexer() const;
2200
static bool IsFileLexer(const Lexer* L, const
PreprocessorLexer
* P) {
Lexer.h
19
#include "clang/Lex/
PreprocessorLexer
.h"
76
class Lexer : public
PreprocessorLexer
{
191
/// the
PreprocessorLexer
interface.
/src/external/apache2/llvm/lib/libclangLex/
Makefile
27
PreprocessorLexer
.cpp \
Completed in 29 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026