Searched refs:hasBoundedRecursion (Results 1 – 3 of 3) sorted by relevance
1041 bool hasBoundedRecursion,1048 bool hasBoundedRewriteRecursion() const { return hasBoundedRecursion; } in hasBoundedRewriteRecursion()1060 bool hasBoundedRecursion, const CompoundStmt *body) in PatternDecl() argument1062 hasBoundedRecursion(hasBoundedRecursion), patternBody(body) {} in PatternDecl()1069 bool hasBoundedRecursion; variable
522 bool hasBoundedRecursion, in create() argument525 PatternDecl(loc, name, benefit, hasBoundedRecursion, body); in create()
188 bool hasBoundedRecursion = false;1577 metadata.hasBoundedRecursion = true; in parsePatternDeclMetadata() 2498 metadata.hasBoundedRecursion, body); in createPatternDecl() 189 bool hasBoundedRecursion = false; global() member