HomeSort by relevance Sort by last modified time
    Searched refs:BaseInfo (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 44 /// IsVirtual - Whether the BaseInfo represents a virtual base or not.
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 432 struct BaseInfo {
433 BaseInfo(const CXXRecordDecl *Decl, CharUnits Offset, unsigned Index)
441 bool operator<(const BaseInfo &O) const { return Offset < O.Offset; }
458 SmallVector<BaseInfo, 8> Bases;
466 Bases.push_back(BaseInfo(BD, BaseOffset, BaseNo));
471 BaseInfo &Base = Bases[I];
    [all...]
TargetInfo.cpp 452 ABIArgInfo BaseInfo = (Ty->isPromotableIntegerType() ?
457 if (SizeInRegs == 0) return BaseInfo;
460 return BaseInfo;
463 return BaseInfo.isDirect() ?
464 ABIArgInfo::getDirectInReg(BaseInfo.getCoerceToType()) :
465 ABIArgInfo::getExtendInReg(BaseInfo.getCoerceToType());
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 144 CXIdxBaseClassInfo BaseInfo = { 0,
147 BaseInfos.push_back(BaseInfo);
760 const CXIdxBaseClassInfo *baseInfo = BaseList.getBases()[i];
761 if (baseInfo->base) {
764 Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]

Completed in 484 milliseconds