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

  /external/clang/include/clang/Lex/
PPCallbacks.h 182 /// \brief Determines the kind of \#pragma invoking a call to PragmaMessage.
199 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace,
396 void PragmaMessage(SourceLocation Loc, StringRef Namespace,
398 First->PragmaMessage(Loc, Namespace, Kind, Str);
399 Second->PragmaMessage(Loc, Namespace, Kind, Str);
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 136 void PragmaMessage(SourceLocation Loc, StringRef Namespace,
387 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc,

Completed in 949 milliseconds