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

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
MinGW.h 103 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocessor;
Gnu.h 103 class LLVM_LIBRARY_VISIBILITY Preprocessor : public Common {
105 Preprocessor(const ToolChain &TC)
106 : Common("gcc::Preprocessor", "gcc preprocessor", TC) {}
358 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocess;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp 1 //===- Preprocessor.cpp - C Language Family Preprocessor Implementation ---===//
9 // This file implements the Preprocessor interface.
16 // -fworking-directory - #line's with preprocessor's working dir.
27 #include "clang/Lex/Preprocessor.h"
79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,
91 // deferred to Preprocessor::Initialize().
169 Preprocessor::~Preprocessor() {
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 1 //===- Preprocessor.h - C Language Family Preprocessor ----------*- C++ -*-===//
10 /// Defines the clang::Preprocessor interface.
127 /// know anything about preprocessor-level issues like the \#include stack,
129 class Preprocessor {
149 /// objects internal to the Preprocessor.
195 // State that is set before the preprocessor begins.
200 // State that changes while the preprocessor runs:
203 /// Whether the preprocessor owns the header search object.
210 /// when parsing preprocessor directives
    [all...]

Completed in 23 milliseconds