Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dfile.h31 std::size_t pathLength() const { return pathLength_; } in pathLength() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAbstractBasicReader.h194 unsigned pathLength = asImpl().readUInt32(); in readLValuePathSerializationHelper() local