Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DTokenRewriter.cpp73 bool InsertSuccess = TokenAtLoc.insert(std::make_pair(T.getLocation(), in AddToken() local
75 assert(InsertSuccess && "Token location already in rewriter!"); in AddToken()
76 (void)InsertSuccess; in AddToken()
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp194 bool InsertSuccess = R.second; in runOnFunction() local
198 if (InsertSuccess) { in runOnFunction()