Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp355 bool Parser::isGCCAsmStatement(const Token &TokAfterAsm) const { in isGCCAsmStatement() function in Parser
447 if (SingleLineMode && (!isAsm || isGCCAsmStatement(NextToken()))) in ParseMicrosoftAsmStatement()
725 if (getLangOpts().AsmBlocks && !isGCCAsmStatement(Tok)) { in ParseAsmStatement()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3921 bool isGCCAsmStatement(const Token &TokAfterAsm) const;