Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmtAsm.cpp360 static bool isGCCAsmStatement(const Token &TokAfterAsm) { in isGCCAsmStatement() function
/external/llvm-project/clang/lib/Parse/
DParseStmtAsm.cpp355 bool Parser::isGCCAsmStatement(const Token &TokAfterAsm) const { in isGCCAsmStatement() function in Parser