Searched defs:AsmLabel (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h1479 /// AsmLabel - The asm label, if specified.
1480 Expr *AsmLabel; member in class:clang::Declarator
1507 Attrs(ds.getAttributePool().getFactory()), AsmLabel(0),
1584 AsmLabel = 0;
1874 void setAsmLabel(Expr *E) { AsmLabel = E; }
1875 Expr *getAsmLabel() const { return AsmLabel; }

Completed in 153 milliseconds