Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp355 if (C->path_empty()) in createCastPath()
H A DTextNodeDumper.cpp927 if (Node->path_empty()) in dumpBasePath()
H A DExpr.cpp1740 assert(!path_empty() && "Cast kind should have a base path!"); in CastConsistency()
1856 assert(path_empty() && "Cast kind should not have a base path!"); in CastConsistency()
H A DExprConstant.cpp9737 if (E->path_empty()) in VisitCastExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3543 bool path_empty() const { return path_size() == 0; } in path_empty() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp15210 assert(ICE->path_empty() && "fixing up hierarchy conversion?"); in FixOverloadedFunctionReference()