Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp194 bool FoundAsmStmt = false; member in __anonefa40b980211::CallExprFinder
205 bool foundAsmStmt() { return FoundAsmStmt; } in foundAsmStmt()
209 void VisitAsmStmt(const AsmStmt *S) { FoundAsmStmt = true; } in VisitAsmStmt()