HomeSort by: relevance | last modified time | path
    Searched defs:AsmLabel (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1as_main.cpp 499 MCSection *AsmLabel = Ctx.getMachOSection(
501 Str.get()->SwitchSection(AsmLabel);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1857 Expr *AsmLabel;
1902 AsmLabel(nullptr), TrailingRequiresClause(nullptr),
1983 AsmLabel = nullptr;
2544 void setAsmLabel(Expr *E) { AsmLabel = E; }
2545 Expr *getAsmLabel() const { return AsmLabel; }

Completed in 28 milliseconds