Home
last modified time | relevance | path

Searched refs:TokenAtLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DTokenRewriter.cpp64 TokenAtLoc.find(I->getLocation()); in RemapIterator()
65 assert(MapIt != TokenAtLoc.end() && "iterator not in rewriter?"); in RemapIterator()
75 bool InsertSuccess = TokenAtLoc.insert(std::make_pair(T.getLocation(), in AddToken()
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h42 std::map<SourceLocation, TokenRefTy> TokenAtLoc; variable