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 183 /// \brief Determines the kind of \#pragma invoking a call to PragmaMessage.
200 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace,
394 void PragmaMessage(SourceLocation Loc, StringRef Namespace,
396 First->PragmaMessage(Loc, Namespace, Kind, Str);
397 Second->PragmaMessage(Loc, Namespace, Kind, Str);
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 132 void PragmaMessage(SourceLocation Loc, StringRef Namespace,
386 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc,

Completed in 360 milliseconds