Home
last modified time | relevance | path

Searched defs:path_empty (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h2698 bool path_empty() const { return CastExprBits.BasePathSize == 0; } in path_empty() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h3466 bool path_empty() const { return path_size() == 0; } in path_empty() function