HomeSort by: relevance | last modified time | path
    Searched refs:AsmLabel (Results 1 - 6 of 6) 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; }
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 2369 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc));
2370 if (AsmLabel.isInvalid())
2373 DeclaratorInfo.setAsmLabel(AsmLabel.get());
ParseExprCXX.cpp 2061 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc));
2062 if (AsmLabel.isInvalid()) {
2066 DeclaratorInfo.setAsmLabel(AsmLabel.get());
ParseDecl.cpp 2166 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc));
2167 if (AsmLabel.isInvalid()) {
2172 D.setAsmLabel(AsmLabel.get());
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp 57 case attr::AsmLabel:

Completed in 45 milliseconds