Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp1467 SourceLocation ParenInsertionLoc = getLocForEndOfToken(Range.getEnd()); in tryToRecoverWithCall() local
1471 ? FixItHint::CreateInsertion(ParenInsertionLoc, "()") in tryToRecoverWithCall()
/external/llvm-project/clang/lib/Sema/
DSema.cpp2356 SourceLocation ParenInsertionLoc = getLocForEndOfToken(Range.getEnd()); in tryToRecoverWithCall() local
2360 ? FixItHint::CreateInsertion(ParenInsertionLoc, "()") in tryToRecoverWithCall()