Searched refs:RecordLoc (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 1996 void Parser::ParseCXXMemberSpecification(SourceLocation RecordLoc, in ParseCXXMemberSpecification() argument 2002 PrettyDeclStackTraceEntry CrashInfo(Actions, TagDecl, RecordLoc, in ParseCXXMemberSpecification() 2137 Actions.ActOnFinishCXXMemberSpecification(getCurScope(), RecordLoc, TagDecl, in ParseCXXMemberSpecification()
|
D | ParseDecl.cpp | 2312 void Parser::ParseStructUnionBody(SourceLocation RecordLoc, in ParseStructUnionBody() argument 2314 PrettyDeclStackTraceEntry CrashInfo(Actions, TagDecl, RecordLoc, in ParseStructUnionBody() 2410 RecordLoc, TagDecl, FieldDecls.data(), FieldDecls.size(), in ParseStructUnionBody()
|