Home
last modified time | relevance | path

Searched refs:path_empty (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp602 if (Node->path_empty()) in dumpBasePath()
H A DExpr.cpp1630 assert(!path_empty() && "Cast kind should have a base path!"); in CastConsistency()
1739 assert(path_empty() && "Cast kind should not have a base path!"); in CastConsistency()
H A DExprConstant.cpp6429 if (E->path_empty()) in VisitCastExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h3073 bool path_empty() const { return path_size() == 0; } in path_empty() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp13680 assert(ICE->path_empty() && "fixing up hierarchy conversion?"); in FixOverloadedFunctionReference()