Searched refs:IsAutosynthesized (Results 1 – 3 of 3) sorted by relevance
93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody()94 IsAutosynthesized = false; in getBody()103 IsAutosynthesized = true; in getBody()114 IsAutosynthesized = true; in getBody()
547 bool IsAutosynthesized; in getRuntimeDefinition() local548 Stmt* Body = AD->getBody(IsAutosynthesized); in getRuntimeDefinition()550 if (IsAutosynthesized) in getRuntimeDefinition()
135 Stmt *getBody(bool &IsAutosynthesized) const;