| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | Store.cpp | 246 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { in evalDerivedToBase() 262 SVal StoreManager::evalDerivedToBase(SVal Derived, const CXXBasePath &Path) { in evalDerivedToBase() 273 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType, in evalDerivedToBase()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | CheckObjCInstMethSignature.cpp | 29 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, in AreTypesCompatible()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ASTTypeTraits.cpp | 50 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived) { in isBaseOf()
|
| D | MicrosoftMangle.cpp | 1969 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVFTable() 1988 const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, in mangleCXXVBTable()
|
| D | Type.cpp | 1493 #define ABSTRACT_TYPE(Derived, Base) in getTypeClassName() argument 1494 #define TYPE(Derived, Base) case Derived: return #Derived; in getTypeClassName() argument
|
| D | RecordLayoutBuilder.cpp | 55 const BaseSubobjectInfo *Derived; member 868 BaseSubobjectInfo *Derived) { in ComputeBaseSubobjectInfo()
|
| D | ExprConstant.cpp | 1739 const CXXRecordDecl *Derived, in HandleLValueDirectBase() 1959 static unsigned getBaseIndex(const CXXRecordDecl *Derived, in getBaseIndex() 2207 const CXXRecordDecl *Derived = ObjType->getAsCXXRecordDecl(); in findSubobject() local 4839 const CXXRecordDecl *Derived = (*PathI)->getType()->getAsCXXRecordDecl(); in VisitCastExpr() local
|
| D | Expr.cpp | 66 CXXRecordDecl *Derived in skipRValueSubobjectAdjustments() local
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGCXXABI.cpp | 257 const CXXRecordDecl *Derived = Path[I]; in getMemberPointerPathAdjustment() local
|
| D | CGClass.cpp | 84 const CXXRecordDecl *Derived, in GetAddressOfDirectBaseInCompleteClass() 139 const CXXRecordDecl *Derived, in GetAddressOfBaseClass() 232 const CXXRecordDecl *Derived, in GetAddressOfDerivedClass()
|
| D | CGExpr.cpp | 2803 llvm::Value *Derived = in EmitCastLValue() local
|
| D | CGExprScalar.cpp | 1316 llvm::Value *Derived = in VisitCastExpr() local
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaAccess.cpp | 273 static AccessResult IsDerivedFromInclusive(const CXXRecordDecl *Derived, in IsDerivedFromInclusive() 940 const CXXRecordDecl *Derived = Target.getNamingClass(); in FindBestPath() local 1815 QualType Derived, in CheckBaseClassAccess()
|
| D | SemaDeclCXX.cpp | 1542 bool Sema::IsDerivedFrom(QualType Derived, QualType Base) { in IsDerivedFrom() 1565 bool Sema::IsDerivedFrom(QualType Derived, QualType Base, CXXBasePaths &Paths) { in IsDerivedFrom() 1624 Sema::CheckDerivedToBaseConversion(QualType Derived, QualType Base, in CheckDerivedToBaseConversion() 1687 Sema::CheckDerivedToBaseConversion(QualType Derived, QualType Base, in CheckDerivedToBaseConversion() 8194 InheritingConstructorInfo(Sema &SemaRef, CXXRecordDecl *Derived) in InheritingConstructorInfo() 8464 CXXRecordDecl *Derived; member in __anon411862d20c11::InheritingConstructorInfo
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | VTableBuilder.h | 507 unsigned getVBTableIndex(const CXXRecordDecl *Derived, in getVBTableIndex()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| D | ASTMatchersInternal.h | 529 struct Derived : T, Default { }; struct
|