Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtDumper.cpp343 if (Node->path_empty()) in DumpBasePath()
DExpr.cpp1273 assert(!path_empty() && "Cast kind should have a base path!"); in CheckCastConsistency()
1365 assert(path_empty() && "Cast kind should not have a base path!"); in CheckCastConsistency()
DASTImporter.cpp4063 if (E->path_empty()) return false; in ImportCastPath()
DExprConstant.cpp3218 if (E->path_empty()) in VisitCastExpr()
/external/clang/include/clang/AST/
DExpr.h2585 bool path_empty() const { return CastExprBits.BasePathSize == 0; } in path_empty() function
/external/clang/lib/Sema/
DSemaOverload.cpp11348 assert(ICE->path_empty() && "fixing up hierarchy conversion?"); in FixOverloadedFunctionReference()