Home
last modified time | relevance | path

Searched refs:IsPrimaryBase (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprConstant.cpp78 void Build(const APValue &Val, const RecordDecl *RD, bool IsPrimaryBase,
434 bool IsPrimaryBase, in Build() argument
441 if (CD->isDynamicClass() && !IsPrimaryBase) { in Build()
465 bool IsPrimaryBase = Layout.getPrimaryBase() == Base.Decl; in Build() local
466 Build(Val.getStructBase(Base.Index), Base.Decl, IsPrimaryBase, in Build()
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp577 bool Build(const APValue &Val, const RecordDecl *RD, bool IsPrimaryBase,
773 bool IsPrimaryBase, in Build() argument
805 bool IsPrimaryBase = Layout.getPrimaryBase() == Base.Decl; in Build() local
806 Build(Val.getStructBase(Base.Index), Base.Decl, IsPrimaryBase, in Build()