HomeSort by relevance Sort by last modified time
    Searched refs:mapLocationToPreamble (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
ASTUnit.h 547 SourceLocation mapLocationToPreamble(SourceLocation Loc);
555 /// \brief \see mapLocationToPreamble.
557 return SourceRange(mapLocationToPreamble(R.getBegin()),
558 mapLocationToPreamble(R.getEnd()));
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 73 milliseconds