HomeSort by relevance Sort by last modified time
    Searched refs:CurPath (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaAccess.cpp 610 SmallVector<const CXXRecordDecl*, 20> CurPath;
623 assert(I < CurPath.size());
624 for (unsigned E = CurPath.size(); I != E; ++I) {
625 switch (GetFriendKind(S, EC, CurPath[I])) {
655 BasePrivateDepth = CurPath.size() - 1;
672 CurPath.push_back(RD);
675 CurPath.pop_back();
682 assert(CurPath.empty());
683 CurPath.push_back(Cur);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 443 SmallString<128> CurPath;
444 if (sys::fs::current_path(CurPath)) return FName;
445 sys::path::append(CurPath, FName);
446 return CurPath.str();
    [all...]

Completed in 496 milliseconds