HomeSort by relevance Sort by last modified time
    Searched refs:PragmaMessage (Results 1 - 3 of 3) 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,
396 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc,
  /external/clang/lib/Lex/
Pragma.cpp     [all...]

Completed in 625 milliseconds