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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp55 const SourceLocation FuncLoc = FD->getLocation(); local
64 ClassTemplateDecl *CoroTraits = S.lookupCoroutineTraits(KwLoc, FuncLoc);
116 S.Diag(FuncLoc,
132 S.Diag(FuncLoc,
137 if (S.RequireCompleteType(FuncLoc, buildElaboratedType(),
1702 SourceLocation FuncLoc) {
1707 FuncLoc, LookupOrdinaryName);
1701 lookupCoroutineTraits(SourceLocation KwLoc, SourceLocation FuncLoc) argument
H A DAnalysisBasedWarnings.cpp530 SourceLocation FuncLoc; member in struct:__anon742::CheckFallThroughDiagnostics
534 D.FuncLoc = Func->getLocation();
567 D.FuncLoc = Func->getLocation();
613 FuncLoc)) &&
616 FuncLoc)) &&
618 D.isIgnored(diag::warn_suggest_noreturn_block, FuncLoc));
622 D.isIgnored(diag::warn_maybe_falloff_nonvoid_function, FuncLoc) ||
624 FuncLoc)) &&
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10143 SourceLocation FuncLoc);

Completed in 270 milliseconds