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

/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"
52 Preprocessor::Preprocessor(DiagnosticsEngine &diags, LangOptions &opts, function in class:Preprocessor
76 Preprocessor::~Preprocessor() {
110 void Preprocessor::Initialize(const TargetInfo &Target) {
177 void Preprocessor::setPTHManager(PTHManager* pm) {
182 void Preprocessor
[all...]
/external/clang/include/clang/Lex/
H A DPreprocessor.h1 //===--- Preprocessor.h - C Language Family Preprocessor --------*- C++ -*-===//
10 // This file defines the Preprocessor interface.
58 /// Preprocessor - This object engages in a tight little dance with the lexer to
63 class Preprocessor : public RefCountedBase<Preprocessor> { class in namespace:clang
82 /// objects internal to the Preprocessor.
348 Preprocessor(DiagnosticsEngine &diags, LangOptions &opts,
357 ~Preprocessor();
459 /// setPredefines - Set the predefines for this Preprocessor
[all...]
/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 532 milliseconds