HomeSort by relevance Sort by last modified time
    Searched refs:Preprocessor (Results 101 - 125 of 141) sorted by null

1 2 3 45 6

  /external/clang/lib/ARCMigrate/
ARCMT.cpp 18 #include "clang/Lex/Preprocessor.h"
107 const Preprocessor *PP) {
216 Preprocessor &PP) {
ObjCMT.cpp 25 #include "clang/Lex/Preprocessor.h"
58 Preprocessor &PP;
69 Preprocessor &PP,
  /external/clang/lib/Lex/
PTHLexer.cpp 22 #include "clang/Lex/Preprocessor.h"
38 PTHLexer::PTHLexer(Preprocessor &PP, FileID FID, const unsigned char *D,
105 Preprocessor *PPCache = PP;
137 // If we hit the end of the file while parsing a preprocessor directive,
138 // end the preprocessor directive first. The next token returned will
155 // Finally, let the preprocessor handle this.
170 // We assume that if the preprocessor wishes to discard to the end of
171 // the line that it also means to end the current preprocessor directive.
194 /// SkipBlock - Used by Preprocessor to skip the current conditional block.
611 assert(PP && "No preprocessor set yet!")
    [all...]
TokenLexer.cpp 19 #include "clang/Lex/Preprocessor.h"
128 Preprocessor &PP) {
189 // preprocessor already verified that the following token is a macro name
410 // The tokens will be added to Preprocessor's cache and will be removed
414 // The preprocessor cache of macro expanded tokens owns these tokens,not us.
430 Preprocessor &PPCache = PP;
497 // won't be handled by Preprocessor::HandleIdentifier because this is coming
695 /// preprocessor directive.
    [all...]
Lexer.cpp 32 #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)
129 assert(PP && "Cannot reset token mode without a preprocessor");
174 /// Preprocessor::Lex virtual. Given that, we could just dump in a magic lexer
181 unsigned TokLen, Preprocessor &PP) {
596 // If we haven't hit the end of the preprocessor directive, skip this
601 // We've passed the end of the preprocessor directive, and will look
624 // This is the start of a preprocessor directive.
    [all...]
LiteralSupport.cpp 19 #include "clang/Lex/Preprocessor.h"
465 Preprocessor &PP)
927 SourceLocation Loc, Preprocessor &PP,
    [all...]
  /external/clang/lib/Sema/
IdentifierResolver.cpp 19 #include "clang/Lex/Preprocessor.h"
85 IdentifierResolver::IdentifierResolver(Preprocessor &PP)
Sema.cpp 29 #include "clang/Lex/Preprocessor.h"
48 const Preprocessor &PP) {
70 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
    [all...]
  /frameworks/compile/slang/
slang.cpp 42 #include "clang/Lex/Preprocessor.h"
216 mPP.reset(new clang::Preprocessor(PPOpts,
225 // Initialize the preprocessor
slang_rs.cpp 214 clang::Preprocessor &PP = getPreprocessor();
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 23 #include "clang/Lex/Preprocessor.h"
72 static void AddImplicitIncludePTH(MacroBuilder &Builder, Preprocessor &PP,
89 static void AddImplicitIncludePCH(MacroBuilder &Builder, Preprocessor &PP,
375 // Initialize language-specific preprocessor defines.
461 // Initialize target-specific preprocessor defines.
649 // In implementations that support a preprocessor, the _OPENMP
722 /// InitializePreprocessor - Initialize the preprocessor getting it and the
725 void clang::InitializePreprocessor(Preprocessor &PP,
739 // this in asm preprocessor mode, because "# 4" is not a line marker directive
764 // These should all be defined in the preprocessor according to th
    [all...]
ASTUnit.cpp 30 #include "clang/Lex/Preprocessor.h"
275 void ASTUnit::setPreprocessor(Preprocessor *pp) { PP = pp; }
508 /// a Preprocessor.
510 Preprocessor &PP;
519 ASTInfoCollector(Preprocessor &PP, ASTContext &Context, LangOptions &LangOpt,
569 // Initialize the preprocessor.
593 const Preprocessor *PP = 0) {
761 // Gather Info for preprocessor construction later on.
768 AST->PP = new Preprocessor(new PreprocessorOptions(),
775 Preprocessor &PP = *AST->PP
    [all...]
FrontendAction.cpp 22 #include "clang/Lex/Preprocessor.h"
178 "Attempt to pass AST file to preprocessor only action!");
267 // Set up the preprocessor.
279 // Create the AST context and consumer unless this is a preprocessor only
329 Preprocessor &PP = CI.getPreprocessor();
419 // Inform the preprocessor we are done.
484 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
SerializedDiagnosticPrinter.cpp 111 const Preprocessor *PP) {
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 56 /// \brief Priority for a preprocessor macro.
230 /// \brief Code completion occurred within a preprocessor expression.
232 /// \brief Code completion occurred where a preprocessor directive is
785 Preprocessor &PP,
    [all...]
DeclSpec.h 49 class Preprocessor;
723 void Finish(DiagnosticsEngine &D, Preprocessor &PP);
    [all...]
  /external/clang/tools/libclang/
IndexingContext.h 350 void setPreprocessor(Preprocessor &PP);
  /external/clang/unittests/Lex/
LexerTest.cpp 21 #include "clang/Lex/Preprocessor.h"
67 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, Target.getPtr(),
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 39 -DFLAG[=value] Preprocessor macros to define
gen_msvs_vcxproj.sh 39 -DFLAG[=value] Preprocessor macros to define
  /external/clang/include/clang/Basic/
Diagnostic.h 36 class Preprocessor;
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 21 #include "clang/Lex/Preprocessor.h"
63 Preprocessor &PP;
220 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
225 Preprocessor &getPreprocessor() const { return PP; }
461 /// Note that this differs from the Preprocessor's LookAhead method, because
462 /// the Parser always has one token lexed that the preprocessor doesn't.
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 38 #include "clang/Lex/Preprocessor.h"
859 // Preprocessor Block.
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 28 /// \brief A comment handler that passes comments found by the preprocessor
36 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) {
51 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies)
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 17 #include "clang/Lex/Preprocessor.h"
30 const Preprocessor *PP) :
    [all...]

Completed in 1939 milliseconds

1 2 3 45 6