Home
last modified time | relevance | path

Searched refs:PathElement (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/gtest/test/
Drun_tests_util_test.py97 def PathElement(self, path): member in FakePath
119 return self.PathElement(self.abspath(path)) == 1
122 return type(self.PathElement(self.abspath(path))) == type(dict())
147 return self.path.PathElement(path).iterkeys()
/external/clang/lib/Sema/
DSemaLookup.cpp2019 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName() local
2028 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()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp1165 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint() local
1168 if (PathElement.Base->isVirtual()) in computeOffsetHint()
1175 const ASTRecordLayout &L = Context.getASTRecordLayout(PathElement.Class); in computeOffsetHint()
1177 PathElement.Base->getType()->getAsCXXRecordDecl()); in computeOffsetHint()