Searched refs:pathLength (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | AbstractBasicReader.h | 194 unsigned pathLength = asImpl().readUInt32(); in readLValuePathSerializationHelper() local 195 for (unsigned i = 0; i < pathLength; ++i) { in readLValuePathSerializationHelper()
|
| H A D | PropertiesBase.td | 542 auto pathLength = lvaluePath->Path.size(); 544 base, offset, pathLength, isLValueOnePastTheEnd, isNullPtr).data();
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | file.h | 31 std::size_t pathLength() const { return pathLength_; } in pathLength() function
|
| H A D | unit-map.cpp | 119 if (p->unit.path() && p->unit.pathLength() == pathLen && in Find()
|
| H A D | unit.h | 63 OwningPtr<char> &&path, std::size_t pathLength, Convert,
|
| H A D | io-api.cpp | 486 Cookie IONAME(BeginInquireFile)(const char *path, std::size_t pathLength, in IONAME() 490 SaveDefaultCharacter(path, TrimTrailingSpaces(path, pathLength), oom)}; in IONAME()
|
| H A D | unit.cpp | 102 bool isSamePath{newPath.get() && path() && pathLength() == newPathLength && in OpenUnit()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | keychainAPI.m | 45 UInt32 pathLength,
|