Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp2130 Record.AddDeclRef(E->getGuidDecl()); in VisitCXXUuidofExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1102 MSGuidDecl *getGuidDecl() const { return Guid; } in getGuidDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp728 Guid = UuidAttrs.back()->getGuidDecl(); in BuildCXXUuidof()
750 Guid = UuidAttrs.back()->getGuidDecl(); in BuildCXXUuidof()
H A DSemaDeclAttr.cpp6316 if (declaresSameEntity(UA->getGuidDecl(), GuidDecl)) in mergeUuidAttr()
H A DSemaTemplate.cpp6500 Entity = CUE->getGuidDecl(); in CheckTemplateArgumentAddressOfObjectOrFunction()
H A DSemaDecl.cpp2615 NewAttr = S.mergeUuidAttr(D, *UA, UA->getGuid(), UA->getGuidDecl()); in mergeDeclAttribute()
H A DSemaExpr.cpp13387 return cast<CXXUuidofExpr>(E)->getGuidDecl(); in getPrimaryDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp5037 return Builder.CreateElementBitCast(CGM.GetAddrOfMSGuidDecl(E->getGuidDecl()), in EmitCXXUuidofExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp8333 return Success(E->getGuidDecl()); in VisitCXXUuidofExpr()