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

/external/clang/include/clang/Sema/
H A DDeclSpec.h1686 Expr *AsmLabel; member in class:clang::Declarator
1719 Attrs(ds.getAttributePool().getFactory()), AsmLabel(nullptr),
1797 AsmLabel = nullptr;
2209 void setAsmLabel(Expr *E) { AsmLabel = E; }
2210 Expr *getAsmLabel() const { return AsmLabel; }

Completed in 85 milliseconds