Home
last modified time | relevance | path

Searched refs:RecordLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp3140 void Parser::SkipCXXMemberSpecification(SourceLocation RecordLoc, in SkipCXXMemberSpecification() argument
3308 void Parser::ParseCXXMemberSpecification(SourceLocation RecordLoc, in ParseCXXMemberSpecification() argument
3323 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, TagDecl, RecordLoc, in ParseCXXMemberSpecification()
3337 Diag(RecordLoc, diag::err_invalid_member_in_interface) in ParseCXXMemberSpecification()
3516 Actions.ActOnFinishCXXMemberSpecification(getCurScope(), RecordLoc, TagDecl, in ParseCXXMemberSpecification()
H A DParseDecl.cpp4426 void Parser::ParseStructUnionBody(SourceLocation RecordLoc, in ParseStructUnionBody() argument
4428 PrettyDeclStackTraceEntry CrashInfo(Actions.Context, TagDecl, RecordLoc, in ParseStructUnionBody()
4540 Actions.ActOnFields(getCurScope(), RecordLoc, TagDecl, FieldDecls, in ParseStructUnionBody()