Home
last modified time | relevance | path

Searched refs:HasVtorDisp (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/Layout/
Dms-vtordisp-local.cpp13 struct HasVtorDisp : virtual Base { in f() struct
14 virtual ~HasVtorDisp() {} in f() argument
18 int x[sizeof(HasVtorDisp)]; in f()
/external/clang/test/Layout/
Dms-vtordisp-local.cpp13 struct HasVtorDisp : virtual Base { in f() struct
14 virtual ~HasVtorDisp() {} in f() argument
18 int x[sizeof(HasVtorDisp)]; in f()
/external/clang/include/clang/AST/
DRecordLayout.h45 bool HasVtorDisp;
48 bool hasVtorDisp() const { return HasVtorDisp; } in hasVtorDisp()
50 VBaseInfo() : HasVtorDisp(false) {} in VBaseInfo()
53 VBaseOffset(VBaseOffset), HasVtorDisp(hasVtorDisp) {} in VBaseInfo()
/external/llvm-project/clang/include/clang/AST/
DRecordLayout.h49 bool HasVtorDisp = false;
54 : VBaseOffset(VBaseOffset), HasVtorDisp(hasVtorDisp) {} in VBaseInfo()
56 bool hasVtorDisp() const { return HasVtorDisp; } in hasVtorDisp()