HomeSort by relevance Sort by last modified time
    Searched refs:Preprocessor (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /external/clang/tools/libclang/
Indexing.cpp 26 #include "clang/Lex/Preprocessor.h"
45 Preprocessor &PP;
50 IndexPPCallbacks(Preprocessor &PP, IndexingContext &indexCtx)
193 Preprocessor &PP = CI.getPreprocessor();
432 Preprocessor &PP = Unit.getPreprocessor();
IndexingContext.h 359 void setPreprocessor(Preprocessor &PP);
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 22 #include "clang/Lex/Preprocessor.h"
33 Preprocessor &PP = CI.getPreprocessor();
117 Preprocessor &PP = Clang->getPreprocessor();
CompilerInstance.cpp 21 #include "clang/Lex/Preprocessor.h"
77 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; }
233 // Preprocessor
243 // Create the Preprocessor.
248 PP = new Preprocessor(getDiagnostics(), getLangOpts(), &getTarget(),
252 // Note that this is different then passing PTHMgr to Preprocessor's ctor.
298 Preprocessor &PP = getPreprocessor();
331 Preprocessor &PP,
366 static bool EnableCodeCompletion(Preprocessor &PP,
414 CompilerInstance::createCodeCompletionConsumer(Preprocessor &PP
    [all...]
CacheTokens.cpp 23 #include "clang/Lex/Preprocessor.h"
146 // and the preprocessor blocks table.
177 Preprocessor& PP;
219 PTHWriter(llvm::raw_fd_ostream& out, Preprocessor& pp)
292 // preprocessor directive. Observe that we continue processing
417 assert(PPStartCond.empty() && "Error: imblanced preprocessor conditionals.");
539 void clang::CacheTokens(Preprocessor &PP, llvm::raw_fd_ostream* OS) {
ASTUnit.cpp 35 #include "clang/Lex/Preprocessor.h"
264 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; }
493 /// a Preprocessor.
495 Preprocessor &PP;
507 ASTInfoCollector(Preprocessor &PP, ASTContext &Context, LangOptions &LangOpt,
522 // Initialize the preprocessor.
732 // Gather Info for preprocessor construction later on.
740 AST->PP = new Preprocessor(AST->getDiagnostics(), AST->ASTFileLangOpts,
746 Preprocessor &PP = *AST->PP;
813 /// \brief Preprocessor callback class that updates a hash value with the names
    [all...]
FrontendAction.cpp 15 #include "clang/Lex/Preprocessor.h"
172 "Attempt to pass AST file to preprocessor only action!");
225 // Set up the preprocessor.
236 /// Create the AST context and consumer unless this is a preprocessor only
285 Preprocessor &PP = CI.getPreprocessor();
365 // Inform the preprocessor we are done.
424 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
InitPreprocessor.cpp 22 #include "clang/Lex/Preprocessor.h"
71 static void AddImplicitIncludePTH(MacroBuilder &Builder, Preprocessor &PP,
362 // Initialize language-specific preprocessor defines.
445 // Initialize target-specific preprocessor defines.
672 /// InitializePreprocessor - Initialize the preprocessor getting it and the
675 void clang::InitializePreprocessor(Preprocessor &PP,
689 // this in asm preprocessor mode, because "# 4" is not a line marker directive
714 // These should all be defined in the preprocessor according to the
752 // Instruct the preprocessor to skip the preamble.
756 // Copy PredefinedBuffer into the Preprocessor
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 18 #include "clang/Lex/Preprocessor.h"
68 ento::createPlistDiagnosticConsumer(const std::string& s, const Preprocessor &PP,
75 const Preprocessor &PP) {
  /external/clang/include/clang/Serialization/
ASTReader.h 72 class Preprocessor;
143 /// the PCH file against an initialized Preprocessor.
145 Preprocessor &PP;
151 PCHValidator(Preprocessor &PP, ASTReader &Reader)
237 /// \brief The preprocessor that will be loading the source file.
238 Preprocessor &PP;
865 /// Preprocessor.
867 /// \param PP the preprocessor associated with the context in which this
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 1 //===--- PPExpressions.cpp - Preprocessor Expression Evaluation -----------===//
10 // This file implements the Preprocessor::EvaluateDirectiveExpression method,
19 #include "clang/Lex/Preprocessor.h"
31 /// PPValue - Represents the value of a subexpression of a preprocessor
58 Preprocessor &PP);
82 bool ValueLive, Preprocessor &PP) {
159 bool ValueLive, Preprocessor &PP) {
178 // preprocessor keywords and it wasn't macro expanded, it turns
441 Preprocessor &PP) {
719 bool Preprocessor:
    [all...]
Lexer.cpp 28 #include "clang/Lex/Preprocessor.h"
114 /// with the specified preprocessor managing the lexing process. This lexer
115 /// assumes that the associated file buffer and Preprocessor objects will
117 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *InputFile, Preprocessor &PP)
125 // Default to keeping comments if the preprocessor wants them.
167 /// Preprocessor::Lex virtual. Given that, we could just dump in a magic lexer
174 unsigned TokLen, Preprocessor &PP) {
551 // If we haven't hit the end of the preprocessor directive, skip this
556 // We've passed the end of the preprocessor directive, and will look
576 // This is the start of a preprocessor directive.
    [all...]
PTHLexer.cpp 21 #include "clang/Lex/Preprocessor.h"
24 #include "clang/Lex/Preprocessor.h"
39 PTHLexer::PTHLexer(Preprocessor &PP, FileID FID, const unsigned char *D,
106 Preprocessor *PPCache = PP;
138 // If we hit the end of the file while parsing a preprocessor directive,
139 // end the preprocessor directive first. The next token returned will
156 // Finally, let the preprocessor handle this.
171 // We assume that if the preprocessor wishes to discard to the end of
172 // the line that it also means to end the current preprocessor directive.
195 /// SkipBlock - Used by Preprocessor to skip the current conditional block
    [all...]
LiteralSupport.cpp 16 #include "clang/Lex/Preprocessor.h"
389 SourceLocation TokLoc, Preprocessor &pp)
796 SourceLocation Loc, Preprocessor &PP,
    [all...]
  /external/clang/unittests/Lex/
LexerTest.cpp 18 #include "clang/Lex/Preprocessor.h"
73 Preprocessor PP(Diags, LangOpts,
  /external/markdown/markdown/extensions/
footnotes.py 59 # Insert a preprocessor before ReferencePreprocessor
147 class FootnotePreprocessor(markdown.preprocessors.Preprocessor):
  /frameworks/compile/slang/
slang_rs_context.cpp 45 RSContext::RSContext(clang::Preprocessor &PP,
slang.cpp 42 #include "clang/Lex/Preprocessor.h"
207 mPP.reset(new clang::Preprocessor(*mDiagEngine,
215 // Initialize the preprocessor
slang_rs.cpp 205 clang::Preprocessor &PP = getPreprocessor();
  /gdk/sources/llvm-ndk-cc/
Compiler.cpp 26 #include "clang/Lex/Preprocessor.h"
115 mPP.reset(new clang::Preprocessor(*mDiagnostics,
  /external/clang/include/clang/Basic/
Diagnostic.h 34 class Preprocessor;
    [all...]
  /external/clang/lib/Sema/
IdentifierResolver.cpp 21 #include "clang/Lex/Preprocessor.h"
99 IdentifierResolver::IdentifierResolver(Preprocessor &PP)
Sema.cpp 37 #include "clang/Lex/Preprocessor.h"
61 const Preprocessor &PP) {
82 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 55 /// \brief Priority for a preprocessor macro.
229 /// \brief Code completion occurred within a preprocessor expression.
231 /// \brief Code completion occurred where a preprocessor directive is
786 Preprocessor &PP,
    [all...]
  /external/libvpx/build/make/
gen_msvs_proj.sh 38 -DFLAG[=value] Preprocessor macros to define

Completed in 590 milliseconds

1 2 34 5