Searched defs:Derived (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTTypeTraits.cpp50 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived) { argument
H A DMicrosoftMangle.cpp1968 mangleCXXVFTable( const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, raw_ostream &Out) argument
1987 mangleCXXVBTable( const CXXRecordDecl *Derived, ArrayRef<const CXXRecordDecl *> BasePath, raw_ostream &Out) argument
H A DRecordLayoutBuilder.cpp55 const BaseSubobjectInfo *Derived; member in struct:__anon3010::BaseSubobjectInfo
866 ComputeBaseSubobjectInfo(const CXXRecordDecl *RD, bool IsVirtual, BaseSubobjectInfo *Derived) argument
[all...]
H A DExprConstant.cpp1031 bool castToDerived(const CXXRecordDecl *Derived) { argument
1959 static unsigned getBaseIndex(const CXXRecordDecl *Derived, argument
1738 HandleLValueDirectBase(EvalInfo &Info, const Expr *E, LValue &Obj, const CXXRecordDecl *Derived, const CXXRecordDecl *Base, const ASTRecordLayout *RL = 0) argument
[all...]
H A DExpr.cpp66 CXXRecordDecl *Derived local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCInstMethSignature.cpp29 static bool AreTypesCompatible(QualType Derived, QualType Ancestor, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp257 const CXXRecordDecl *Derived = Path[I]; local
H A DCGClass.cpp83 GetAddressOfDirectBaseInCompleteClass(llvm::Value *This, const CXXRecordDecl *Derived, const CXXRecordDecl *Base, bool BaseIsVirtual) argument
138 GetAddressOfBaseClass(llvm::Value *Value, const CXXRecordDecl *Derived, CastExpr::path_const_iterator PathBegin, CastExpr::path_const_iterator PathEnd, bool NullCheckValue) argument
231 GetAddressOfDerivedClass(llvm::Value *Value, const CXXRecordDecl *Derived, CastExpr::path_const_iterator PathBegin, CastExpr::path_const_iterator PathEnd, bool NullCheckValue) argument
[all...]
H A DCGExpr.cpp2803 llvm::Value *Derived = local
H A DCGExprScalar.cpp1316 llvm::Value *Derived = local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp246 SVal StoreManager::evalDerivedToBase(SVal Derived, const CastExpr *Cast) { argument
262 SVal StoreManager::evalDerivedToBase(SVal Derived, const CXXBasePath &Path) { argument
273 SVal StoreManager::evalDerivedToBase(SVal Derived, QualType BaseType, argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h507 unsigned getVBTableIndex(const CXXRecordDecl *Derived, argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h265 struct Derived : T, Fallback { }; struct in struct:llvm::yaml::has_FlowTraits
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h529 struct Derived : T, Default { }; struct in struct:clang::ast_matchers::internal::has_getDecl
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp273 static AccessResult IsDerivedFromInclusive(const CXXRecordDecl *Derived, argument
940 const CXXRecordDecl *Derived = Target.getNamingClass(); local
1813 CheckBaseClassAccess(SourceLocation AccessLoc, QualType Base, QualType Derived, const CXXBasePath &Path, unsigned DiagID, bool ForceCheck, bool ForceUnprivileged) argument
[all...]
H A DSemaDeclCXX.cpp1542 bool Sema::IsDerivedFrom(QualType Derived, QualType Base) { argument
1565 bool Sema::IsDerivedFrom(QualType Derived, QualType Base, CXXBasePaths &Paths) { argument
1624 Sema::CheckDerivedToBaseConversion(QualType Derived, QualType Base, argument
1687 CheckDerivedToBaseConversion(QualType Derived, QualType Base, SourceLocation Loc, SourceRange Range, CXXCastPath *BasePath, bool IgnoreAccess) argument
8194 InheritingConstructorInfo(Sema &SemaRef, CXXRecordDecl *Derived) argument
8464 CXXRecordDecl *Derived; member in class:__anon3271::InheritingConstructorInfo
[all...]

Completed in 228 milliseconds