Searched defs:isScope (Results 1 – 9 of 9) sorted by relevance
49 bool isScope() const { in isScope() function53 void setIsScope(bool isScope) { in setIsScope()
55 bool isScope) { in Make()
132 const isScope = dir !== path && base.startsWith('@') constant
698 bool isScope = b.isScope() || b.isEmpty(); in writeBlock() local
1266 bool isScope = b.isScope() || b.isEmpty(); in writeBlock() local
2138 bool isScope = b.isScope() || b.isEmpty(); in writeBlock() local
320 bool isScope = this->readU8(); in statement() local
655 function isScope(node: Node): node is Scope { function
871 static bool isScope(const Metadata *MD) { return !MD || isa<DIScope>(MD); } in isScope() function