Home
last modified time | relevance | path

Searched refs:getGuidDecl (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp2139 Record.AddDeclRef(E->getGuidDecl()); in VisitCXXUuidofExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h1102 MSGuidDecl *getGuidDecl() const { return Guid; } in getGuidDecl() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp751 Guid = UuidAttrs.back()->getGuidDecl(); in BuildCXXUuidof()
773 Guid = UuidAttrs.back()->getGuidDecl(); in BuildCXXUuidof()
H A DSemaTemplate.cpp6561 Entity = CUE->getGuidDecl(); in CheckTemplateArgumentAddressOfObjectOrFunction()
H A DSemaDeclAttr.cpp6741 if (declaresSameEntity(UA->getGuidDecl(), GuidDecl)) in mergeUuidAttr()
H A DSemaDecl.cpp2868 NewAttr = S.mergeUuidAttr(D, *UA, UA->getGuid(), UA->getGuidDecl()); in mergeDeclAttribute()
H A DSemaExpr.cpp14220 return cast<CXXUuidofExpr>(E)->getGuidDecl(); in getPrimaryDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp5231 return Builder.CreateElementBitCast(CGM.GetAddrOfMSGuidDecl(E->getGuidDecl()), in EmitCXXUuidofExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp8440 return Success(E->getGuidDecl()); in VisitCXXUuidofExpr()