HomeSort by: relevance | last modified time | path
    Searched defs:PragmaMessage (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPCallbacks.h 206 /// Determines the kind of \#pragma invoking a call to PragmaMessage.
223 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace,
470 void PragmaMessage(SourceLocation Loc, StringRef Namespace,
472 First->PragmaMessage(Loc, Namespace, Kind, Str);
473 Second->PragmaMessage(Loc, Namespace, Kind, Str);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 135 void PragmaMessage(SourceLocation Loc, StringRef Namespace,
445 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc,

Completed in 55 milliseconds