OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreprocessorLexer
(Results
1 - 17
of
17
) sorted by null
/external/clang/lib/Lex/
PreprocessorLexer.cpp
1
//===---
PreprocessorLexer
.cpp - C Language Family Lexer ------------------===//
10
// This file implements the
PreprocessorLexer
and Token interfaces.
14
#include "clang/Lex/
PreprocessorLexer
.h"
20
void
PreprocessorLexer
::anchor() { }
22
PreprocessorLexer
::
PreprocessorLexer
(Preprocessor *pp, FileID fid)
32
void
PreprocessorLexer
::LexIncludeFilename(Token &FilenameTok) {
56
const FileEntry *
PreprocessorLexer
::getFileEntry() const {
PPLexerChange.cpp
52
PreprocessorLexer
*Preprocessor::getCurrentFileLexer() const {
567
PreprocessorLexer
*FoundLexer = nullptr;
PTHLexer.cpp
39
:
PreprocessorLexer
(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(nullptr),
Pragma.cpp
427
PreprocessorLexer
*TheLexer = getCurrentFileLexer();
[
all
...]
Lexer.cpp
110
:
PreprocessorLexer
(&PP, FID),
[
all
...]
PPMacroExpansion.cpp
[
all
...]
/external/clang/include/clang/Lex/
PreprocessorLexer.h
1
//===---
PreprocessorLexer
.h - C Language Family Lexer ----------*- C++ -*-===//
11
/// \brief Defines the
PreprocessorLexer
interface.
27
class
PreprocessorLexer
{
72
PreprocessorLexer
(const
PreprocessorLexer
&) = delete;
73
void operator=(const
PreprocessorLexer
&) = delete;
76
PreprocessorLexer
(Preprocessor *pp, FileID fid);
78
PreprocessorLexer
()
84
virtual ~
PreprocessorLexer
() {}
155
"
PreprocessorLexer
::getFileID() should only be used with a Preprocessor")
[
all
...]
PTHLexer.h
17
#include "clang/Lex/
PreprocessorLexer
.h"
24
class PTHLexer : public
PreprocessorLexer
{
91
/// the
PreprocessorLexer
interface.
Preprocessor.h
296
PreprocessorLexer
*CurPPLexer;
331
PreprocessorLexer
*ThePPLexer;
340
PreprocessorLexer
*ThePPLexer,
757
bool isCurrentLexer(const
PreprocessorLexer
*L) const {
765
PreprocessorLexer
*getCurrentLexer() const { return CurPPLexer; }
771
PreprocessorLexer
*getCurrentFileLexer() const;
[
all
...]
Lexer.h
18
#include "clang/Lex/
PreprocessorLexer
.h"
46
class Lexer : public
PreprocessorLexer
{
147
/// the
PreprocessorLexer
interface.
/external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar
/prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/checkstyle/
checkstyle.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar
Completed in 784 milliseconds