Searched refs:PathElement (Results 1 – 3 of 3) sorted by relevance
97 def PathElement(self, path): member in FakePath119 return self.PathElement(self.abspath(path)) == 1122 return type(self.PathElement(self.abspath(path))) == type(dict())147 return self.path.PathElement(path).iterkeys()
2019 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local2028 SubobjectType = Context.getCanonicalType(PathElement.Base->getType()); in LookupQualifiedName()2029 SubobjectNumber = PathElement.SubobjectNumber; in LookupQualifiedName()2034 != Context.getCanonicalType(PathElement.Base->getType())) { in LookupQualifiedName()2062 if (SubobjectNumber != PathElement.SubobjectNumber) { in LookupQualifiedName()
1165 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint() local1168 if (PathElement.Base->isVirtual()) in computeOffsetHint()1175 const ASTRecordLayout &L = Context.getASTRecordLayout(PathElement.Class); in computeOffsetHint()1177 PathElement.Base->getType()->getAsCXXRecordDecl()); in computeOffsetHint()