Home
last modified time | relevance | path

Searched refs:MSGuid (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp41 struct MSGuid { in format() struct
47 const MSGuid *G = reinterpret_cast<const MSGuid *>(Item.data()); in format()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td43 def MSGuid : DeclNode<Value>;
H A DAttr.td3370 DeclArgument<MSGuid, "GuidDecl", 0, /*fake=*/1>];
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp406 case Decl::MSGuid: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp159 struct MSGuid { in input() struct
165 MSGuid G = {}; in input()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp968 case MSGuid: in getIdentifierNamespaceForKind()
H A DDeclCXX.cpp3435 : ValueDecl(Decl::MSGuid, DC, SourceLocation(), DeclarationName(), T), in MSGuidDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp125 case Decl::MSGuid: // __declspec(uuid("...")) in EmitDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4342 static bool classofKind(Kind K) { return K == Decl::MSGuid; } in classofKind()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3405 case Decl::MSGuid: in BuildDeclarationNameExpr()