Searched refs:AsmDeclRef (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp195 if (const DeclRefExpr *AsmDeclRef = dyn_cast<DeclRefExpr>(Expression)) {
197 const VarDecl *Variable = dyn_cast<VarDecl>(AsmDeclRef->getDecl());
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1797 const DeclRefExpr *AsmDeclRef = dyn_cast<DeclRefExpr>(&AsmExpr); local
1798 if (!AsmDeclRef)
1800 const ValueDecl &Value = *AsmDeclRef->getDecl();

Completed in 80 milliseconds