reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
46 assert(!llvm::any_of(Expr, [](char c) { return path::is_separator(c); })); 47 assert(Expr.empty() || Expr[0] == '~'); 47 assert(Expr.empty() || Expr[0] == '~'); 53 if (Expr.empty()) 59 Expr = Expr.drop_front(); 59 Expr = Expr.drop_front(); 63 if (!ThisName.startswith(Expr))