Home
last modified time | relevance | path

Searched defs:MemberDecl (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp374 CXXMethodDecl *MemberDecl, in inferTargetForImplicitSpecialMember()
H A DSemaExprMember.cpp1105 NamedDecl *MemberDecl = R.getFoundDecl(); in BuildMemberReferenceExpr() local
H A DSemaAccess.cpp37 bool Sema::SetMemberAccessSpecifier(NamedDecl *MemberDecl, in SetMemberAccessSpecifier()
H A DSemaCodeComplete.cpp6488 if (ValueDecl *MemberDecl = SemaRef.tryLookupCtorInitMemberDecl( in ProduceCtorInitMemberSignatureHelp() local
H A DSemaOverload.cpp2568 if (FieldDecl *MemberDecl = From->getSourceBitField()) { in IsIntegralPromotion() local
H A DSemaExpr.cpp15809 FieldDecl *MemberDecl = R.getAsSingle<FieldDecl>(); in BuildBuiltinOffsetOf() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp682 auto *MemberDecl = E->getMemberDecl(); in computeDependence() local
H A DExpr.cpp1716 SourceLocation TemplateKWLoc, ValueDecl *MemberDecl, in MemberExpr()
1757 ValueDecl *MemberDecl, DeclAccessPair FoundDecl, in Create()
H A DRecordLayoutBuilder.cpp216 const CXXRecordDecl *MemberDecl = RT->getAsCXXRecordDecl(); in ComputeEmptySubobjectSizes() local
H A DASTContext.cpp352 if (const FunctionDecl *MemberDecl = in adjustDeclToTemplate() local
362 if (const VarDecl *MemberDecl = VD->getInstantiatedFromStaticDataMember()) in adjustDeclToTemplate() local
395 if (const EnumDecl *MemberDecl = ED->getInstantiatedFromMemberEnum()) in adjustDeclToTemplate() local
H A DExprConstant.cpp14153 FieldDecl *MemberDecl = ON.getField(); in VisitOffsetOfExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp1469 const FieldDecl *MemberDecl = Node.getField(); in InterpretOffsetOf() local
H A DCompiler.cpp3801 if (const ValueDecl *MemberDecl = Val.getMemberPointerDecl()) in visitAPValue() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3394 if (const auto *MemberDecl = dyn_cast_or_null<DIDerivedType>( emitDebugInfoForGlobal() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3199 ValueDecl *MemberDecl; variable
3249 bool IsArrow, ValueDecl *MemberDecl, in CreateImplicit()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3261 FieldDecl *MemberDecl = ON.getField(); in VisitOffsetOfExpr() local