HomeSort by relevance Sort by last modified time
    Searched refs:PreprocessorLexer (Results 1 - 13 of 13) 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 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid)
30 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) {
51 const FileEntry *PreprocessorLexer::getFileEntry() const {
Android.mk 29 PreprocessorLexer.cpp \
PPLexerChange.cpp 48 PreprocessorLexer *Preprocessor::getCurrentFileLexer() const {
389 PreprocessorLexer *FoundLexer = 0;
PTHLexer.cpp 41 : PreprocessorLexer(&PP, FID), TokBuf(D), CurPtr(D), LastHashTokPtr(0),
PPMacroExpansion.cpp     [all...]
Pragma.cpp 319 PreprocessorLexer *TheLexer = getCurrentFileLexer();
    [all...]
Lexer.cpp 115 : PreprocessorLexer(&PP, FID),
    [all...]
  /external/clang/include/clang/Lex/
PreprocessorLexer.h 1 //===--- PreprocessorLexer.h - C Language Family Lexer ----------*- C++ -*-===//
10 // This file defines the PreprocessorLexer interface.
26 class PreprocessorLexer {
69 PreprocessorLexer(const PreprocessorLexer&); // DO NOT IMPLEMENT
70 void operator=(const PreprocessorLexer&); // DO NOT IMPLEMENT
73 PreprocessorLexer(Preprocessor *pp, FileID fid);
75 PreprocessorLexer()
81 virtual ~PreprocessorLexer() {}
151 "PreprocessorLexer::getFileID() should only be used with a Preprocessor")
    [all...]
PTHLexer.h 17 #include "clang/Lex/PreprocessorLexer.h"
24 class PTHLexer : public PreprocessorLexer {
92 /// the PreprocessorLexer interface.
Preprocessor.h 196 PreprocessorLexer *CurPPLexer;
223 PreprocessorLexer *ThePPLexer;
228 PreprocessorLexer* PPL,
399 bool isCurrentLexer(const PreprocessorLexer *L) const {
406 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; }
411 PreprocessorLexer *getCurrentFileLexer() const;
    [all...]
Lexer.h 17 #include "clang/Lex/PreprocessorLexer.h"
46 class Lexer : public PreprocessorLexer {
152 /// the PreprocessorLexer interface.
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 686 milliseconds