HomeSort by relevance Sort by last modified time
    Searched defs:Preprocessor (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Preprocessor.h 22 class Preprocessor
25 Preprocessor(Diagnostics *diagnostics, DirectiveHandler *directiveHandler);
26 ~Preprocessor();
43 // Set maximum preprocessor token size
47 PP_DISALLOW_COPY_AND_ASSIGN(Preprocessor);
Preprocessor.cpp 7 #include "Preprocessor.h"
40 Preprocessor::Preprocessor(Diagnostics *diagnostics,
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)
  /external/chromium_org/third_party/markdown/extensions/
fenced_code.py 111 from ..preprocessors import Preprocessor
134 class FencedBlockPreprocessor(Preprocessor):
meta.py 77 from ..preprocessors import Preprocessor
93 class MetaPreprocessor(Preprocessor):
abbr.py 61 from ..preprocessors import Preprocessor
77 class AbbrPreprocessor(Preprocessor):
78 """ Abbreviation Preprocessor - parse text for abbr references. """
footnotes.py 61 from ..preprocessors import Preprocessor
107 # Insert a preprocessor before ReferencePreprocessor
197 class FootnotePreprocessor(Preprocessor):
  /external/markdown/markdown/
preprocessors.py 21 class Preprocessor (Processor):
25 Each preprocessor implements a "run" method that takes a pointer to a
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/chromium_org/third_party/markdown/
preprocessors.py 58 class Preprocessor(util.Processor):
62 Each preprocessor implements a "run" method that takes a pointer to a
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/lib/Lex/
Preprocessor.cpp 1 //===--- Preprocess.cpp - C Language Family Preprocessor Implementation ---===//
10 // This file implements the Preprocessor interface.
17 // -fworking-directory - #line's with preprocessor's working dir.
28 #include "clang/Lex/Preprocessor.h"
57 Preprocessor::Preprocessor(IntrusiveRefCntPtr<PreprocessorOptions> PPOpts,
139 Preprocessor::~Preprocessor() {
175 void Preprocessor::Initialize(const TargetInfo &Target) {
185 void Preprocessor::setPTHManager(PTHManager* pm)
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 1 //===--- Preprocessor.h - C Language Family Preprocessor --------*- C++ -*-===//
11 /// \brief Defines the clang::Preprocessor interface.
86 /// know anything about preprocessor-level issues like the \#include stack,
88 class Preprocessor : public RefCountedBase<Preprocessor> {
108 /// objects internal to the Preprocessor.
140 // State that is set before the preprocessor begins.
145 // State that changes while the preprocessor runs:
148 /// Whether the preprocessor owns the header search object
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 360 milliseconds