Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp324 if (C->path_empty()) in createCastPath()
H A DTextNodeDumper.cpp879 if (Node->path_empty()) in dumpBasePath()
H A DExpr.cpp1696 assert(!path_empty() && "Cast kind should have a base path!"); in CastConsistency()
1812 assert(path_empty() && "Cast kind should not have a base path!"); in CastConsistency()
H A DExprConstant.cpp9583 if (E->path_empty()) in VisitCastExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3468 bool path_empty() const { return path_size() == 0; } in path_empty() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp15004 assert(ICE->path_empty() && "fixing up hierarchy conversion?"); in FixOverloadedFunctionReference()