Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp624 SmallVector<const CXXRecordDecl*, 20> CurPath; member
637 assert(I < CurPath.size()); in checkFriendshipAlongPath()
638 for (unsigned E = CurPath.size(); I != E; ++I) { in checkFriendshipAlongPath()
639 switch (GetFriendKind(S, EC, CurPath[I])) { in checkFriendshipAlongPath()
669 BasePrivateDepth = CurPath.size() - 1; in findFriendship()
686 CurPath.push_back(RD); in findFriendship()
689 CurPath.pop_back(); in findFriendship()
696 assert(CurPath.empty()); in findFriendship()
697 CurPath.push_back(Cur); in findFriendship()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp527 SmallString<128> CurPath; in mangleName() local
528 if (sys::fs::current_path(CurPath)) in mangleName()
530 sys::path::append(CurPath, FName); in mangleName()
531 return std::string(CurPath); in mangleName()