Searched refs:ParseSimpleAsm (Results 1 – 5 of 5) sorted by relevance
844 ExprResult Result(ParseSimpleAsm(/*ForAsmLabel*/ false, &EndLoc)); in ParseExternalDeclaration()1552 ExprResult Parser::ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc) { in ParseSimpleAsm() function in Parser
2061 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition()
2369 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer()
2166 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator()
1596 ExprResult ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc);