Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp100 Stmt *SynthesizedBody = ADCMgr->getBodyFarm().getBody(FD); in getBody() local
101 if (SynthesizedBody) { in getBody()
102 Body = SynthesizedBody; in getBody()
111 Stmt *SynthesizedBody = ADCMgr->getBodyFarm().getBody(MD); in getBody() local
112 if (SynthesizedBody) { in getBody()
113 Body = SynthesizedBody; in getBody()