Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DContainerContainsCheck.cpp131 SourceLocation CallBegin = Call->getSourceRange().getBegin(); in check() local
134 CharSourceRange::getCharRange(ComparisonBegin, CallBegin), in check()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp7952 SourceLocation CallBegin = CE->getCallee()->getBeginLoc(); in CheckMoveOnConstruction() local
7953 if (CallBegin.isMacroID()) in CheckMoveOnConstruction()
7975 << FixItHint::CreateRemoval(SourceRange(CallBegin, LParen)) in CheckMoveOnConstruction()