Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp778 if (!AteExtraColon && ParseAsmOperandsOpt(Names, Constraints, Exprs)) in ParseAsmStatement()
794 if (!AteExtraColon && ParseAsmOperandsOpt(Names, Constraints, Exprs)) in ParseAsmStatement()
884 bool Parser::ParseAsmOperandsOpt(SmallVectorImpl<IdentifierInfo *> &Names, in ParseAsmOperandsOpt() function in Parser
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2251 bool ParseAsmOperandsOpt(SmallVectorImpl<IdentifierInfo *> &Names,