Searched refs:FuncLoc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp54 const SourceLocation FuncLoc = FD->getLocation(); local
63 ClassTemplateDecl *CoroTraits = S.lookupCoroutineTraits(KwLoc, FuncLoc);
115 S.Diag(FuncLoc,
131 S.Diag(FuncLoc,
136 if (S.RequireCompleteType(FuncLoc, buildElaboratedType(),
1571 SourceLocation FuncLoc) {
1576 FuncLoc, LookupOrdinaryName);
1570 lookupCoroutineTraits(SourceLocation KwLoc, SourceLocation FuncLoc) argument
H A DAnalysisBasedWarnings.cpp528 SourceLocation FuncLoc; member in struct:__anon584::CheckFallThroughDiagnostics
532 D.FuncLoc = Func->getLocation();
565 D.FuncLoc = Func->getLocation();
611 FuncLoc)) &&
614 FuncLoc)) &&
616 D.isIgnored(diag::warn_suggest_noreturn_block, FuncLoc));
620 D.isIgnored(diag::warn_maybe_falloff_nonvoid_function, FuncLoc) ||
622 FuncLoc)) &&
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9566 SourceLocation FuncLoc);

Completed in 92 milliseconds