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);
103 // Default state is assumed if StateLoc is not specified, such as with
105 if (StateLoc && StateLoc->Ident) {
106 if (StateLoc->Ident->isStr("disable"))
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 96 clang::SourceLocation StateLoc,
100 this->StateLoc = StateLoc;
106 SourceLocation StateLoc;
  /external/clang/include/clang/Lex/
PPCallbacks.h 223 SourceLocation StateLoc, unsigned State) {
416 SourceLocation StateLoc, unsigned State) override {
417 First->PragmaOpenCLExtension(NameLoc, Name, StateLoc, State);
418 Second->PragmaOpenCLExtension(NameLoc, Name, StateLoc, State);
  /external/clang/lib/Parse/
ParsePragma.cpp 823 SourceLocation StateLoc = Toks[0].getLocation();
835 Hint.StateLoc = IdentifierLoc::create(Actions.Context, StateLoc, StateInfo);
    [all...]
ParseStmt.cpp     [all...]

Completed in 186 milliseconds