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 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,
  /external/clang/lib/Lex/
Pragma.cpp     [all...]

Completed in 328 milliseconds