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

  /external/clang/lib/Rewrite/Core/
TokenRewriter.cpp 61 TokenAtLoc.find(I->getLocation());
62 assert(MapIt != TokenAtLoc.end() && "iterator not in rewriter?");
73 bool InsertSuccess = TokenAtLoc.insert(std::make_pair(T.getLocation(),
  /external/clang/include/clang/Rewrite/Core/
TokenRewriter.h 36 /// TokenAtLoc - This map indicates which token exists at a specific
40 std::map<SourceLocation, TokenRefTy> TokenAtLoc;

Completed in 130 milliseconds