Home
last modified time | relevance | path

Searched defs:CommonBase (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/cpp/multiple-inheritance/
H A Dmain.cpp1 struct CommonBase { struct
11 struct Base1 : CommonBase { argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclTemplate.h831 struct CommonBase { struct
832 CommonBase() : InstantiatedFromMember(nullptr, false) {} in CommonBase() argument
852 mutable CommonBase *Common = nullptr; argument
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9696 const ObjCInterfaceDecl *CommonBase, in getIntersectionOfProtocols()