Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp2141 Record.AddDeclRef(E->getGuidDecl()); in VisitCXXUuidofExpr()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprCXX.h1102 MSGuidDecl *getGuidDecl() const { return Guid; } in getGuidDecl() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp748 Guid = UuidAttrs.back()->getGuidDecl(); in BuildCXXUuidof()
770 Guid = UuidAttrs.back()->getGuidDecl(); in BuildCXXUuidof()
DSemaDeclAttr.cpp6424 if (declaresSameEntity(UA->getGuidDecl(), GuidDecl)) in mergeUuidAttr()
DSemaTemplate.cpp6499 Entity = CUE->getGuidDecl(); in CheckTemplateArgumentAddressOfObjectOrFunction()
DSemaDecl.cpp2667 NewAttr = S.mergeUuidAttr(D, *UA, UA->getGuid(), UA->getGuidDecl()); in mergeDeclAttribute()
DSemaExpr.cpp13508 return cast<CXXUuidofExpr>(E)->getGuidDecl(); in getPrimaryDecl()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp5037 return Builder.CreateElementBitCast(CGM.GetAddrOfMSGuidDecl(E->getGuidDecl()), in EmitCXXUuidofExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp8342 return Success(E->getGuidDecl()); in VisitCXXUuidofExpr()