HomeSort by: relevance | last modified time | path
    Searched refs:PragmaDebug (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPCallbacks.h 203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) {
465 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override {
466 First->PragmaDebug(Loc, DebugType);
467 Second->PragmaDebug(Loc, DebugType);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 137 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
473 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc,
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Pragma.cpp 1183 Callbacks->PragmaDebug(Tok.getLocation(), II->getName());

Completed in 26 milliseconds