Searched refs:path_empty (Results 1 – 6 of 6) sorted by relevance
1506 assert(!path_empty() && "Cast kind should have a base path!"); in CastConsistency()1604 assert(path_empty() && "Cast kind should not have a base path!"); in CastConsistency()
1740 if (Node->path_empty()) in dumpBasePath()
5189 if (E->path_empty()) return false; in ImportCastPath()
5211 if (E->path_empty()) in VisitCastExpr()
2772 bool path_empty() const { return CastExprBits.BasePathSize == 0; } in path_empty() function
12728 assert(ICE->path_empty() && "fixing up hierarchy conversion?"); in FixOverloadedFunctionReference()