Home
last modified time | relevance | path

Searched refs:SelectorLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp939 IdentifierInfo *Parser::ParseObjCSelectorPiece(SourceLocation &SelectorLoc) { in ParseObjCSelectorPiece() argument
944 SelectorLoc = Tok.getLocation(); in ParseObjCSelectorPiece()
961 SelectorLoc = ConsumeToken(); in ParseObjCSelectorPiece()
974 SelectorLoc = ConsumeToken(); in ParseObjCSelectorPiece()
3202 SourceLocation SelectorLoc = ConsumeToken(); in ParseObjCSelectorExpression() local
3262 Sel, AtLoc, SelectorLoc, T.getOpenLocation(), T.getCloseLocation(), in ParseObjCSelectorExpression()
H A DParseOpenMP.cpp1108 SourceLocation SelectorLoc = Tok.getLocation(); in parseOMPContextSelector() local
1117 Diag(SelectorLoc, diag::warn_omp_ctx_incompatible_selector_for_set) in parseOMPContextSelector()
1120 Diag(SelectorLoc, diag::note_omp_ctx_compatible_set_for_selector) in parseOMPContextSelector()
1136 Diag(SelectorLoc, diag::warn_omp_ctx_selector_without_properties) in parseOMPContextSelector()