Home
last modified time | relevance | path

Searched refs:CXXBasePathElement (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCXXInheritance.h45 struct CXXBasePathElement { struct
71 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {
85 SmallVectorImpl<CXXBasePathElement>::clear(); in clear()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp235 CXXBasePathElement Element; in lookupInBases()
365 for (const CXXBasePathElement &PE : Path) { in lookupInBases()
H A DVTableBuilder.cpp229 const CXXBasePathElement &Element = Path[I - 1]; in ComputeBaseOffset()
241 const CXXBasePathElement &Element = Path[I]; in ComputeBaseOffset()
2670 for (const CXXBasePathElement &Element : Path) { in ComputeThisOffset()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp1446 for (CXXBasePathElement &PE : llvm::reverse(Path)) in TryStaticDowncast()
H A DSemaLookup.cpp2144 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName()
H A DSemaExpr.cpp13439 for (const CXXBasePathElement &B : Path) in BuildBuiltinOffsetOf()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1275 for (const CXXBasePathElement &PathElement : Path) { in computeOffsetHint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp7235 clang::CXXBasePathElement elem = (*path)[e]; in GetIndexOfChildMemberWithName()