HomeSort by relevance Sort by last modified time
    Searched defs:PreprocessorLexer (Results 1 - 4 of 4) sorted by null

  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
PreprocessorLexer.g3.cs 35 partial class PreprocessorLexer
  /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 {
  /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...]
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 

Completed in 321 milliseconds