Home
last modified time | relevance | path

Searched refs:RecLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp5676 if (auto RecLoc = TLoc.getAs<RecordTypeLoc>()) in convertTypeTemplateArgumentToTemplate() local
5678 dyn_cast<ClassTemplateSpecializationDecl>(RecLoc.getDecl())) in convertTypeTemplateArgumentToTemplate()
5681 QualLoc, RecLoc.getNameLoc()); in convertTypeTemplateArgumentToTemplate()
H A DSemaDecl.cpp19164 void Sema::ActOnFields(Scope *S, SourceLocation RecLoc, Decl *EnclosingDecl, in ActOnFields() argument
19587 Diag(RecLoc, getLangOpts().CPlusPlus ? in ActOnFields()
19596 Diag(RecLoc, IsEmpty ? diag::ext_empty_struct_union : in ActOnFields()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3509 void ActOnFields(Scope *S, SourceLocation RecLoc, Decl *TagDecl,