HomeSort by relevance Sort by last modified time
    Searched defs:OptionLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
LoopHint.h 31 IdentifierLoc *OptionLoc;
39 : PragmaNameLoc(nullptr), OptionLoc(nullptr), StateLoc(nullptr),
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 49 IdentifierLoc *OptionLoc = A.getArgAsIdent(1);
90 assert(OptionLoc && OptionLoc->Ident &&
93 OptionLoc->Ident->getName())
185 SourceLocation OptionLoc = LH->getRange().getBegin();
188 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility)
199 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility)

Completed in 342 milliseconds