HomeSort by relevance Sort by last modified time
    Searched refs:Preprocessor (Results 126 - 150 of 157) sorted by null

1 2 3 4 56 7

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_proj.sh 39 -DFLAG[=value] Preprocessor macros to define
gen_msvs_vcxproj.sh 40 -DFLAG[=value] Preprocessor macros to define
  /external/clang/include/clang/Basic/
Diagnostic.h 36 class Preprocessor;
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 19 #include "clang/Lex/Preprocessor.h"
507 Preprocessor &PP)
    [all...]
PTHLexer.cpp 21 #include "clang/Lex/Preprocessor.h"
38 PTHLexer::PTHLexer(Preprocessor &PP, FileID FID, const unsigned char *D,
131 // If we hit the end of the file while parsing a preprocessor directive,
132 // end the preprocessor directive first. The next token returned will
149 // Finally, let the preprocessor handle this.
164 // We assume that if the preprocessor wishes to discard to the end of
165 // the line that it also means to end the current preprocessor directive.
188 /// SkipBlock - Used by Preprocessor to skip the current conditional block.
632 assert(PP && "No preprocessor set yet!");
TokenLexer.cpp 19 #include "clang/Lex/Preprocessor.h"
126 unsigned MacroArgNo, Preprocessor &PP) {
182 // preprocessor already verified that the following token is a macro name
399 // The tokens will be added to Preprocessor's cache and will be removed
403 // The preprocessor cache of macro expanded tokens owns these tokens,not us.
490 // won't be handled by Preprocessor::HandleIdentifier because this is coming
688 /// preprocessor directive.
    [all...]
Lexer.cpp 21 #include "clang/Lex/Preprocessor.h"
106 /// with the specified preprocessor managing the lexing process. This lexer
107 /// assumes that the associated file buffer and Preprocessor objects will
109 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *InputFile, Preprocessor &PP)
121 assert(PP && "Cannot reset token mode without a preprocessor");
166 /// Preprocessor::Lex virtual. Given that, we could just dump in a magic lexer
173 unsigned TokLen, Preprocessor &PP) {
589 // If we haven't hit the end of the preprocessor directive, skip this
594 // We've passed the end of the preprocessor directive, and will look
617 // This is the start of a preprocessor directive.
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 21 #include "clang/Lex/Preprocessor.h"
62 Preprocessor &PP;
236 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
241 Preprocessor &getPreprocessor() const { return PP; }
532 /// Note that this differs from the Preprocessor's LookAhead method, because
533 /// the Parser always has one token lexed that the preprocessor doesn't.
    [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 250 static bool buildMSAsmString(Preprocessor &PP, SourceLocation AsmLoc,
Parser.cpp 28 /// \brief A comment handler that passes comments found by the preprocessor
36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override {
51 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies)
    [all...]
ParseExprCXX.cpp 51 static void FixDigraph(Parser &P, Preprocessor &PP, Token &DigraphToken,
273 // Preprocessor::AnnotatePreviousCachedTokens.
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 49 class Preprocessor;
738 void Finish(DiagnosticsEngine &D, Preprocessor &PP,
    [all...]
Sema.h 152 class Preprocessor;
240 Preprocessor &PP;
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 29 #include "clang/Lex/Preprocessor.h"
54 const Preprocessor &PP) {
76 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
    [all...]
DeclSpec.cpp 21 #include "clang/Lex/Preprocessor.h"
    [all...]
SemaCodeComplete.cpp 20 #include "clang/Lex/Preprocessor.h"
    [all...]
AnalysisBasedWarnings.cpp 38 #include "clang/Lex/Preprocessor.h"
108 // are largely caused by configuration state, e.g. preprocessor
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 39 #include "clang/Lex/Preprocessor.h"
878 // Preprocessor Block.
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 28 #include "clang/Lex/Preprocessor.h"
96 Preprocessor &PP;
107 Preprocessor &PP,
657 static bool UseNSOptionsMacro(Preprocessor &PP, ASTContext &Ctx,
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 17 #include "clang/Lex/Preprocessor.h"
30 const Preprocessor *PP) :
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 111 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
  /external/clang/tools/libclang/
IndexingContext.cpp 201 void IndexingContext::setPreprocessor(Preprocessor &PP) {
    [all...]
CIndex.cpp 37 #include "clang/Lex/Preprocessor.h"
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 615 /// \param PP the Preprocessor used with this TU. Could be NULL if
616 /// preprocessor is not available.
618 const Preprocessor *PP) const;
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 

Completed in 501 milliseconds

1 2 3 4 56 7