Searched defs:PreprocessorLexer (Results 1 - 4 of 4) sorted by relevance

/external/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 {
/external/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...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 520 milliseconds