Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp219 struct CallableInfo { struct
237 CallableInfo(const Decl &CD, SpecialFuncType FT = SpecialFuncType::None) in CallableInfo() argument
366 PendingFunctionAnalysis(Sema &S, const CallableInfo &CInfo, in PendingFunctionAnalysis()
437 CallableInfo CI(*Call.Callee); in dump()
526 CallableInfo CI(*item.first); in dump()
609 CallableInfo CInfo(*D); in verifyDecl()
666 void completeAnalysis(const CallableInfo &CInfo, in completeAnalysis()
685 CallableInfo Caller(*D); in finishPendingAnalysis()
694 CallableInfo Callee(*Call.Callee); in finishPendingAnalysis()
704 void followCall(const CallableInfo &Caller, PendingFunctionAnalysis &PFA, in followCall()
[all …]