Home
last modified time | relevance | path

Searched refs:ParseSimpleAsm (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp844 ExprResult Result(ParseSimpleAsm(/*ForAsmLabel*/ false, &EndLoc)); in ParseExternalDeclaration()
1552 ExprResult Parser::ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc) { in ParseSimpleAsm() function in Parser
H A DParseExprCXX.cpp2061 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition()
H A DParseDeclCXX.cpp2369 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer()
H A DParseDecl.cpp2166 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1596 ExprResult ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc);