Searched defs:Preprocessor (Results 1 - 12 of 12) sorted by path

/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/angle/src/compiler/preprocessor/
H A DPreprocessor.cpp7 #include "Preprocessor.h"
40 Preprocessor::Preprocessor(Diagnostics *diagnostics, function in class:pp::Preprocessor
46 Preprocessor::~Preprocessor()
51 bool Preprocessor::init(size_t count,
66 void Preprocessor::predefineMacro(const char *name, int value)
84 void Preprocessor::lex(Token *token)
113 void Preprocessor::setMaxTokenSize(size_t maxTokenSize)
H A DPreprocessor.h22 class Preprocessor class in namespace:pp
25 Preprocessor(Diagnostics *diagnostics, DirectiveHandler *directiveHandler);
26 ~Preprocessor();
47 PP_DISALLOW_COPY_AND_ASSIGN(Preprocessor);
/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/ ...
/external/chromium_org/third_party/markdown/extensions/
H A Dabbr.py61 from ..preprocessors import Preprocessor namespace
77 class AbbrPreprocessor(Preprocessor):
78 """ Abbreviation Preprocessor - parse text for abbr references. """
H A Dfenced_code.py111 from ..preprocessors import Preprocessor namespace
134 class FencedBlockPreprocessor(Preprocessor):
H A Dfootnotes.py61 from ..preprocessors import Preprocessor namespace
197 class FootnotePreprocessor(Preprocessor):
H A Dmeta.py77 from ..preprocessors import Preprocessor namespace
93 class MetaPreprocessor(Preprocessor):
/external/chromium_org/third_party/markdown/
H A Dpreprocessors.py58 class Preprocessor(util.Processor): class in inherits:util.Processor
66 Preprocessors must extend markdown.Preprocessor.
71 Each subclass of Preprocessor should override the `run` method, which
79 class NormalizeWhitespace(Preprocessor):
91 class HtmlBlockPreprocessor(Preprocessor):
304 class ReferencePreprocessor(Preprocessor):
/external/clang/include/clang/Lex/
H A DPreprocessor.h1 //===--- Preprocessor.h - C Language Family Preprocessor --------*- C++ -*-===//
11 /// \brief Defines the clang::Preprocessor interface.
88 class Preprocessor : public RefCountedBase<Preprocessor> { class in namespace:clang
108 /// objects internal to the Preprocessor.
456 Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts,
464 ~Preprocessor();
588 return const_cast<Preprocessor*>(this)->getMacroInfo(II);
636 /// \brief Set the predefines for this Preprocessor
[all...]
/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"
57 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts, function in class:Preprocessor
139 Preprocessor::~Preprocessor() {
175 void Preprocessor::Initialize(const TargetInfo &Target) {
185 void Preprocessor::setPTHManager(PTHManager* pm) {
190 void Preprocessor
[all...]
/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):

Completed in 376 milliseconds