Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DMicrosoftVBTables.cpp63 const CXXRecordDecl *CurBase = CurSubobject.getBase(); in findUnambiguousPaths() local
64 const ASTRecordLayout &Layout = CGM.getContext().getASTRecordLayout(CurBase); in findUnambiguousPaths()
76 for (CXXRecordDecl::base_class_const_iterator I = CurBase->bases_begin(), in findUnambiguousPaths()
77 E = CurBase->bases_end(); I != E; ++I) { in findUnambiguousPaths()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DVTableBuilder.cpp3230 const CXXRecordDecl *CurBase = FullPath[I - 1], in CalculatePathToMangle() local
3235 if (J->getType()->getAsCXXRecordDecl() == CurBase) { in CalculatePathToMangle()
3243 VFPtr.PathToMangle.push_back(CurBase); in CalculatePathToMangle()