Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/lang/cpp/multiple-inheritance/
Dmain.cpp1 struct CommonBase { struct
11 struct Base1 : CommonBase { argument
/external/llvm-project/clang/include/clang/AST/
DDeclTemplate.h816 struct CommonBase { struct
817 CommonBase() : InstantiatedFromMember(nullptr, false) {} in CommonBase() argument
837 mutable CommonBase *Common = nullptr; argument
/external/clang/include/clang/AST/
DDeclTemplate.h689 struct CommonBase { struct
690 CommonBase() : InstantiatedFromMember(nullptr, false) { } in CommonBase() argument
703 mutable CommonBase *Common; argument
/external/clang/lib/AST/
DASTContext.cpp7059 const ObjCInterfaceDecl *CommonBase, in getIntersectionOfProtocols()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp8917 const ObjCInterfaceDecl *CommonBase, in getIntersectionOfProtocols()