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

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp 436 static void printLocation(raw_ostream &Out, const SourceManager &SM,
464 printLocation(Out, SM, S->getBeginLoc());
471 printLocation(Out, SM, D->getBeginLoc());
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 4651 static void printLocation(CXSourceLocation L) {
4674 printLocation(Start);
4676 printLocation(End);
4691 printLocation(clang_getRangeStart(ReplacementRange));
4693 printLocation(clang_getRangeEnd(ReplacementRange));

Completed in 29 milliseconds