HomeSort by: relevance | last modified time | path
    Searched refs:SelectorLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 1012 IdentifierInfo *Parser::ParseObjCSelectorPiece(SourceLocation &SelectorLoc) {
1019 SelectorLoc = Tok.getLocation();
1036 SelectorLoc = ConsumeToken();
1113 SelectorLoc = ConsumeToken();
3573 SourceLocation SelectorLoc = ConsumeToken();
3631 return Actions.ParseObjCSelectorExpression(Sel, AtLoc, SelectorLoc,
ParseOpenMP.cpp 1138 SourceLocation SelectorLoc = Tok.getLocation();
1147 Diag(SelectorLoc, diag::warn_omp_ctx_incompatible_selector_for_set)
1150 Diag(SelectorLoc, diag::note_omp_ctx_compatible_set_for_selector)
1166 Diag(SelectorLoc, diag::warn_omp_ctx_selector_without_properties)

Completed in 28 milliseconds