Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h2071 Expr *getAsmLabel() const { return AsmLabel; } in getAsmLabel() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp4967 !D.getAsmLabel() && !getSourceManager().isInSystemMacro( in ActOnVariableDeclarator()
4992 if (SC == SC_Register && D.getAsmLabel()) in ActOnVariableDeclarator()
5368 if (Expr *E = (Expr*)D.getAsmLabel()) { in ActOnVariableDeclarator()
6892 if (Expr *E = (Expr*) D.getAsmLabel()) { in ActOnFunctionDeclarator()