Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp425 Optional<FullSourceLoc> getFunctionSourceLocation(const Function &F) const;
622 auto Loc = getFunctionSourceLocation(D.getFunction()); in StackSizeDiagHandler()
661 if (auto MaybeLoc = getFunctionSourceLocation(D.getFunction())) in getBestLocationFromDebugLoc()
677 BackendConsumer::getFunctionSourceLocation(const Function &F) const { in getFunctionSourceLocation() function in BackendConsumer
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3043 static SourceLocation getFunctionSourceLocation (RewriteModernObjC &R, in getFunctionSourceLocation() function
3166 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in SynthMsgSendStretCallExpr()
4433 (!Blocks.empty()) ? getFunctionSourceLocation(*this, FD) in InsertBlockLiteralsWithinFunction()
5052 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef); in RewriteByRefVar()