Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp2129 Record.AddDeclRef(E->getGuidDecl()); in VisitCXXUuidofExpr()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h1092 MSGuidDecl *getGuidDecl() const { return Guid; } in getGuidDecl() function
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp728 Guid = UuidAttrs.back()->getGuidDecl(); in BuildCXXUuidof()
750 Guid = UuidAttrs.back()->getGuidDecl(); in BuildCXXUuidof()
DSemaTemplate.cpp6510 Entity = CUE->getGuidDecl(); in CheckTemplateArgumentAddressOfObjectOrFunction()
DSemaDeclAttr.cpp6126 if (declaresSameEntity(UA->getGuidDecl(), GuidDecl)) in mergeUuidAttr()
DSemaDecl.cpp2608 NewAttr = S.mergeUuidAttr(D, *UA, UA->getGuid(), UA->getGuidDecl()); in mergeDeclAttribute()
DSemaExpr.cpp13268 return cast<CXXUuidofExpr>(E)->getGuidDecl(); in getPrimaryDecl()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp5020 return Builder.CreateElementBitCast(CGM.GetAddrOfMSGuidDecl(E->getGuidDecl()), in EmitCXXUuidofExpr()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp8322 return Success(E->getGuidDecl()); in VisitCXXUuidofExpr()