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.h108 std::optional<FullSourceLoc> getFunctionSourceLocation(
H A DCodeGenAction.cpp517 auto Loc = getFunctionSourceLocation(D.getFunction()); in StackSizeDiagHandler()
529 auto Loc = getFunctionSourceLocation(D.getFunction()); in ResourceLimitDiagHandler()
568 if (auto MaybeLoc = getFunctionSourceLocation(D.getFunction())) in getBestLocationFromDebugLoc()
584 BackendConsumer::getFunctionSourceLocation(const Function &F) const { in getFunctionSourceLocation() function in BackendConsumer
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3041 static SourceLocation getFunctionSourceLocation (RewriteModernObjC &R, in getFunctionSourceLocation() function
3164 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in SynthMsgSendStretCallExpr()
4414 (!Blocks.empty()) ? getFunctionSourceLocation(*this, FD) in InsertBlockLiteralsWithinFunction()
5033 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in RewriteByRefVar()