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

  /external/clang/lib/CodeGen/
CGRTTI.cpp 745 llvm::Constant *BaseTypeInfo = RTTIBuilder(CGM).BuildTypeInfo(SuperTy);
746 Fields.push_back(BaseTypeInfo);
755 llvm::Constant *BaseTypeInfo =
757 Fields.push_back(BaseTypeInfo);
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 198 /// BaseTypeInfo - The type of the base class. This will be a class or struct
201 TypeSourceInfo *BaseTypeInfo;
209 Access(A), InheritConstructors(false), BaseTypeInfo(TInfo) { }
263 QualType getType() const { return BaseTypeInfo->getType(); }
266 TypeSourceInfo *getTypeSourceInfo() const { return BaseTypeInfo; }
    [all...]

Completed in 5486 milliseconds