Searched refs:OptionLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
H A DLoopHint.h31 IdentifierLoc *OptionLoc; member in struct:clang::LoopHint
39 : PragmaNameLoc(nullptr), OptionLoc(nullptr), StateLoc(nullptr),
/external/clang/lib/Sema/
H A DSemaStmtAttr.cpp49 IdentifierLoc *OptionLoc = A.getArgAsIdent(1); local
90 assert(OptionLoc && OptionLoc->Ident &&
93 OptionLoc->Ident->getName())
185 SourceLocation OptionLoc = LH->getRange().getBegin(); local
188 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility)
199 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility)
/external/clang/lib/Parse/
H A DParseStmt.cpp1876 ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.StateLoc,
H A DParsePragma.cpp790 Hint.OptionLoc = IdentifierLoc::create(

Completed in 120 milliseconds