OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsmDeclRef
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp
195
if (const DeclRefExpr *
AsmDeclRef
= dyn_cast<DeclRefExpr>(Expression)) {
197
const VarDecl *Variable = dyn_cast<VarDecl>(
AsmDeclRef
->getDecl());
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
2021
const DeclRefExpr *
AsmDeclRef
= dyn_cast<DeclRefExpr>(&AsmExpr);
2022
if (!
AsmDeclRef
)
2024
const ValueDecl &Value = *
AsmDeclRef
->getDecl();
Completed in 27 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026