Home
last modified time | relevance | path

Searched refs:getFunctionSourceLocation (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h124 std::optional<FullSourceLoc> getFunctionSourceLocation(
H A DCodeGenAction.cpp555 auto Loc = getFunctionSourceLocation(D.getFunction()); in StackSizeDiagHandler()
567 auto Loc = getFunctionSourceLocation(D.getFunction()); in ResourceLimitDiagHandler()
606 if (auto MaybeLoc = getFunctionSourceLocation(D.getFunction())) in getBestLocationFromDebugLoc()
622 BackendConsumer::getFunctionSourceLocation(const Function &F) const { in getFunctionSourceLocation() function in BackendConsumer
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3042 static SourceLocation getFunctionSourceLocation (RewriteModernObjC &R, in getFunctionSourceLocation() function
3165 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in SynthMsgSendStretCallExpr()
4430 (!Blocks.empty()) ? getFunctionSourceLocation(*this, FD) in InsertBlockLiteralsWithinFunction()
5049 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in RewriteByRefVar()