Searched refs:PreprocessorLexer (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessorLexer.cpp1 //===--- 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) function in class:PreprocessorLexer
32 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) {
56 const FileEntry *PreprocessorLexer::getFileEntry() const {
H A DPPLexerChange.cpp51 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const {
534 PreprocessorLexer *FoundLexer = 0;
H A DPTHLexer.cpp40 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(0),
H A DPPMacroExpansion.cpp1346 PreprocessorLexer *TheLexer = getCurrentFileLexer();
H A DPragma.cpp426 PreprocessorLexer *TheLexer = getCurrentFileLexer();
H A DLexer.cpp123 : PreprocessorLexer(&PP, FID),
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorLexer.h1 //===--- PreprocessorLexer.h - C Language Family Lexer ----------*- C++ -*-===//
11 /// \brief Defines the PreprocessorLexer interface.
27 class PreprocessorLexer { class in namespace:clang
72 PreprocessorLexer(const PreprocessorLexer &) LLVM_DELETED_FUNCTION;
73 void operator=(const PreprocessorLexer &) LLVM_DELETED_FUNCTION;
76 PreprocessorLexer(Preprocessor *pp, FileID fid);
78 PreprocessorLexer() function in class:clang::PreprocessorLexer
84 virtual ~PreprocessorLexer() {}
155 "PreprocessorLexer
[all...]
H A DPTHLexer.h17 #include "clang/Lex/PreprocessorLexer.h"
24 class PTHLexer : public PreprocessorLexer {
92 /// the PreprocessorLexer interface.
H A DPreprocessor.h259 PreprocessorLexer *CurPPLexer;
286 PreprocessorLexer *ThePPLexer;
291 PreprocessorLexer* PPL,
505 bool isCurrentLexer(const PreprocessorLexer *L) const {
512 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; }
517 PreprocessorLexer *getCurrentFileLexer() const;
1397 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) {
H A DLexer.h18 #include "clang/Lex/PreprocessorLexer.h"
46 class Lexer : public PreprocessorLexer {
147 /// the PreprocessorLexer interface.
/freebsd-10-stable/lib/clang/libclanglex/
H A DMakefile26 PreprocessorLexer.cpp \

Completed in 186 milliseconds