Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDeclCXX.cpp1996 void Parser::ParseCXXMemberSpecification(SourceLocation RecordLoc, in ParseCXXMemberSpecification() argument
2002 PrettyDeclStackTraceEntry CrashInfo(Actions, TagDecl, RecordLoc, in ParseCXXMemberSpecification()
2137 Actions.ActOnFinishCXXMemberSpecification(getCurScope(), RecordLoc, TagDecl, in ParseCXXMemberSpecification()
DParseDecl.cpp2312 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()