Searched refs:TagUseKind (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3373 enum TagUseKind { enum 3390 DeclResult ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, 3411 TagUseKind TUK, 8352 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, 8392 TypeResult ActOnTagTemplateIdType(TagUseKind TUK, 8451 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 1857 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, in CheckClassTemplate() 4353 TypeResult Sema::ActOnTagTemplateIdType(TagUseKind TUK, in ActOnTagTemplateIdType() 8837 Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, in ActOnClassTemplateSpecialization() 11001 Sema::ActOnDependentTag(Scope *S, unsigned TagSpec, TagUseKind TUK, in ActOnDependentTag()
|
| H A D | SemaDecl.cpp | 17217 Sema::ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, in ActOnTag()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2767 Sema::TagUseKind TUK);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1868 Sema::TagUseKind TUK) { in stripTypeAttributesOffDeclSpec() 5045 Sema::TagUseKind TUK; in ParseEnumSpecifier()
|
| H A D | ParseDeclCXX.cpp | 1843 Sema::TagUseKind TUK; in ParseClassSpecifier()
|