Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h201 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp558 SMLoc CheckLoc, MatchType MatchTy, in FileCheckDiag() argument
567 Start = SM.getLineAndColumn(CheckLoc); in FileCheckDiag()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp12144 void Sema::CheckCompletedExpr(Expr *E, SourceLocation CheckLoc, in CheckCompletedExpr() argument
12146 CheckImplicitConversions(E, CheckLoc); in CheckCompletedExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10618 void CheckCompletedExpr(Expr *E, SourceLocation CheckLoc = SourceLocation(),