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

  /src/external/apache2/llvm/dist/clang/tools/clang-refactor/
TestSupport.cpp 57 SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Range.Begin));
59 SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Range.End));
ClangRefactor.cpp 127 SourceLocation Start = SM.getMacroArgExpandedLocation(
129 SourceLocation End = SM.getMacroArgExpandedLocation(
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 2476 return SM.getMacroArgExpandedLocation(Loc);
2483 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset));
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 1611 SourceLocation getMacroArgExpandedLocation(SourceLocation Loc) const;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 1912 SourceManager::getMacroArgExpandedLocation(SourceLocation Loc) const {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 7541 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc));
7717 SM.getMacroArgExpandedLocation(RegionOfInterest.getBegin());

Completed in 85 milliseconds