Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/
H A DTokenRewriter.cpp76 bool InsertSuccess = TokenAtLoc.insert(std::make_pair(T.getLocation(), in AddToken() local
78 assert(InsertSuccess && "Token location already in rewriter!"); in AddToken()
79 (void)InsertSuccess; in AddToken()