HomeSort by: relevance | last modified time | path
    Searched defs:PreprocessorLexer (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PreprocessorLexer.cpp 1 //===- PreprocessorLexer.cpp - C Language Family Lexer --------------------===//
9 // This file implements the PreprocessorLexer and Token interfaces.
13 #include "clang/Lex/PreprocessorLexer.h"
22 void PreprocessorLexer::anchor() {}
24 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid)
32 void PreprocessorLexer::LexIncludeFilename(Token &FilenameTok) {
50 const FileEntry *PreprocessorLexer::getFileEntry() const {
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorLexer.h 1 //===- PreprocessorLexer.h - C Language Family Lexer ------------*- C++ -*-===//
10 /// Defines the PreprocessorLexer interface.
29 class PreprocessorLexer {
77 PreprocessorLexer() : FID() {}
78 PreprocessorLexer(Preprocessor *pp, FileID fid);
79 virtual ~PreprocessorLexer() = default;
125 PreprocessorLexer(const PreprocessorLexer &) = delete;
126 PreprocessorLexer &operator=(const PreprocessorLexer &) = delete
    [all...]

Completed in 20 milliseconds