Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCXXInheritance.h43 struct CXXBasePathElement { struct
69 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {
83 SmallVectorImpl<CXXBasePathElement>::clear(); in clear()
/external/chromium_org/tools/clang/blink_gc_plugin/
DRecordInfo.cpp111 const CXXBasePathElement& elem = (*it)[it->size() - 1]; in IsGCFinalized()
128 const CXXBasePathElement& elem = (*it)[it->size() - 1]; in IsGCMixin()
/external/clang/lib/AST/
DCXXInheritance.cpp217 CXXBasePathElement Element; in lookupInBases()
DVTableBuilder.cpp229 const CXXBasePathElement &Element = Path[I - 1]; in ComputeBaseOffset()
241 const CXXBasePathElement &Element = Path[I]; in ComputeBaseOffset()
2679 const CXXBasePathElement &Element = Path[J]; in ComputeThisOffset()
/external/clang/lib/Sema/
DSemaLookup.cpp1708 const CXXBasePathElement &PathElement = Path->back(); in LookupQualifiedName()
/external/lldb/source/Symbol/
DClangASTType.cpp3540 CXXBasePathElement elem = (*path)[e]; in GetIndexOfChildMemberWithName()