Home
last modified time | relevance | path

Searched defs:Subobj (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7917 Result visitSubobject(QualType Type, Subobject Subobj) { in visitSubobject() argument
7927 Subobject Subobj) { in visitSubobjectArray() argument
8024 Result visitExpandedSubobject(QualType Type, Subobject Subobj) { in visitExpandedSubobject() argument
8048 Subobject Subobj, in visitBinaryOperator() argument
8492 visitSubobjectArray(QualType Type,llvm::APInt Size,ExprPair Subobj) visitSubobjectArray() argument
9304 isAccessible(Subobject Subobj,CXXMethodDecl * target) isAccessible() argument
9326 shouldDeleteForSubobjectCall(Subobject Subobj,Sema::SpecialMemberOverloadResult SMOR,bool IsDtorCallInCtor) shouldDeleteForSubobjectCall() argument
9390 shouldDeleteForClassSubobject(CXXRecordDecl * Class,Subobject Subobj,unsigned Quals) shouldDeleteForClassSubobject() argument
13658 visitClassSubobject(CXXRecordDecl * Class,Subobject Subobj,unsigned Quals) visitClassSubobject() argument
13666 visitSubobjectCall(Subobject Subobj,Sema::SpecialMemberOverloadResult SMOR) visitSubobjectCall() argument
[all...]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp511 void CXXRecordDecl::addedClassSubobject(CXXRecordDecl *Subobj) { in addedClassSubobject()