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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 577 StringRef SlotLabel;
595 Actions.ActOnPragmaPack(PragmaLoc, Info->Action, Info->SlotLabel,
948 StringRef SlotLabel;
967 SlotLabel = Tok.getIdentifierInfo()->getName();
987 unsigned DiagID = Action != Sema::PSK_Reset ? !SlotLabel.empty() ?
1018 Actions.ActOnPragmaMSSeg(PragmaLocation, Action, SlotLabel,
1804 StringRef SlotLabel;
1844 SlotLabel = Tok.getIdentifierInfo()->getName();
1890 Info->SlotLabel = SlotLabel;
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 872 StringRef SlotLabel;
884 StringRef SlotLabel;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 709 PragmaStackSentinelRAII(Sema &S, StringRef SlotLabel, bool ShouldAct);
714 StringRef SlotLabel;
9873 StringRef SlotLabel, Expr *Alignment);

Completed in 27 milliseconds