Searched refs:ParseSimpleAsm (Results 1 – 5 of 5) sorted by relevance
914 ExprResult Result(ParseSimpleAsm(/*ForAsmLabel*/ false, &EndLoc)); in ParseExternalDeclaration()1705 ExprResult Parser::ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc) { in ParseSimpleAsm() function in Parser
2254 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition()
2716 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer()
2608 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator()
1702 ExprResult ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc);