Home
last modified time | relevance | path

Searched refs:CurPath (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAccess.cpp618 SmallVector<const CXXRecordDecl*, 20> CurPath; member
631 assert(I < CurPath.size()); in checkFriendshipAlongPath()
632 for (unsigned E = CurPath.size(); I != E; ++I) { in checkFriendshipAlongPath()
633 switch (GetFriendKind(S, EC, CurPath[I])) { in checkFriendshipAlongPath()
663 BasePrivateDepth = CurPath.size() - 1; in findFriendship()
680 CurPath.push_back(RD); in findFriendship()
683 CurPath.pop_back(); in findFriendship()
690 assert(CurPath.empty()); in findFriendship()
691 CurPath.push_back(Cur); in findFriendship()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp545 SmallString<128> CurPath; in mangleName() local
546 if (sys::fs::current_path(CurPath)) in mangleName()
548 sys::path::append(CurPath, FName); in mangleName()
549 return std::string(CurPath.str()); in mangleName()