HomeSort by relevance Sort by last modified time
    Searched refs:StateLoc (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Sema/
LoopHint.h 34 IdentifierLoc *StateLoc;
39 : PragmaNameLoc(nullptr), OptionLoc(nullptr), StateLoc(nullptr),
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 50 IdentifierLoc *StateLoc = A.getArgAsIdent(2);
111 assert(StateLoc && StateLoc->Ident && "Loop hint must have an argument");
112 if (StateLoc->Ident->isStr("disable"))
114 else if (StateLoc->Ident->isStr("assume_safety"))
116 else if (StateLoc->Ident->isStr("full"))
118 else if (StateLoc->Ident->isStr("enable"))
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 95 clang::SourceLocation StateLoc,
99 this->StateLoc = StateLoc;
105 SourceLocation StateLoc;
  /external/clang/include/clang/Lex/
PPCallbacks.h 224 SourceLocation StateLoc, unsigned State) {
417 SourceLocation StateLoc, unsigned State) override {
418 First->PragmaOpenCLExtension(NameLoc, Name, StateLoc, State);
419 Second->PragmaOpenCLExtension(NameLoc, Name, StateLoc, State);
  /external/clang/lib/Parse/
ParsePragma.cpp 834 SourceLocation StateLoc = Toks[0].getLocation();
847 Hint.StateLoc = IdentifierLoc::create(Actions.Context, StateLoc, StateInfo);
    [all...]
ParseStmt.cpp     [all...]

Completed in 101 milliseconds