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

/external/clang/lib/AST/
H A DExpr.cpp1419 assert(!path_empty() && "Cast kind should have a base path!");
1517 assert(path_empty() && "Cast kind should not have a base path!");
H A DASTImporter.cpp4506 if (E->path_empty()) return false;
H A DExprConstant.cpp4878 if (E->path_empty())
/external/clang/include/clang/AST/
H A DExpr.h2721 bool path_empty() const { return CastExprBits.BasePathSize == 0; } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
/external/clang/lib/Sema/
H A DSemaOverload.cpp12126 assert(ICE->path_empty() && "fixing up hierarchy conversion?");

Completed in 134 milliseconds