Searched defs:Preprocessor (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DPreprocessor.h28 class Preprocessor class in namespace:pp
31 Preprocessor(Diagnostics* diagnostics, DirectiveHandler* directiveHandler);
32 ~Preprocessor();
50 PP_DISALLOW_COPY_AND_ASSIGN(Preprocessor);
H A DPreprocessor.cpp15 #include "Preprocessor.h"
47 Preprocessor::Preprocessor(Diagnostics* diagnostics, function in class:pp::Preprocessor
53 Preprocessor::~Preprocessor()
58 bool Preprocessor::init(int count,
73 void Preprocessor::predefineMacro(const char* name, int value)
91 void Preprocessor::lex(Token* token)
/external/markdown/markdown/
H A Dpreprocessors.py21 class Preprocessor (Processor): class in inherits:Processor
29 Preprocessors must extend markdown.Preprocessor.
34 Each subclass of Preprocessor should override the `run` method, which
76 class HtmlBlockPreprocessor(Preprocessor):
191 class ReferencePreprocessor(Preprocessor):
/external/clang/lib/Lex/
H A DPreprocessor.cpp1 //===--- Preprocess.cpp - C Language Family Preprocessor Implementation ---===//
10 // This file implements the Preprocessor interface.
28 #include "clang/Lex/Preprocessor.h"
62 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, function in class:Preprocessor
145 Preprocessor::~Preprocessor() {
176 void Preprocessor::Initialize(const TargetInfo &Target,
191 void Preprocessor::InitializeForModelFile() {
203 void Preprocessor
[all...]
/external/clang/lib/Driver/
H A DTools.h171 class LLVM_LIBRARY_VISIBILITY Preprocessor : public Common { class in namespace:clang::driver::tools::gcc
173 Preprocessor(const ToolChain &TC) function in class:clang::driver::tools::gcc::Preprocessor
174 : Common("gcc::Preprocessor", "gcc preprocessor", TC) {}
H A DToolChains.h251 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocess;
693 mutable std::unique_ptr<tools::gcc::Preprocessor> Preprocessor; member in class:clang::driver::toolchains::MinGW
/external/clang/include/clang/Lex/
H A DPreprocessor.h1 //===--- Preprocessor.h - C Language Family Preprocessor --------*- C++ -*-===//
11 /// \brief Defines the clang::Preprocessor interface.
97 class Preprocessor : public RefCountedBase<Preprocessor> { class in namespace:clang
118 /// objects internal to the Preprocessor.
383 /// \see Preprocessor::VisibleModules.
395 ModuleMacroInfo *getModuleInfo(Preprocessor &PP,
447 bool isAmbiguous(Preprocessor &PP, const IdentifierInfo *II) const {
452 getActiveModuleMacros(Preprocessor
[all...]
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/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/ ...

Completed in 222 milliseconds