HomeSort by relevance Sort by last modified time
    Searched refs:KindLoc (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h 668 SourceLocation KindLoc;
690 void setScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; }
725 Kind(Kind), KindLoc(KLoc), CommaLoc(CommaLoc) {
747 SourceLocation getScheduleKindLoc() { return KindLoc; }
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 434 SourceLocation KindLoc = Tok.getLocation();
443 Diag(KindLoc, diag::err_ms_property_has_set_accessor)
444 << FixItHint::CreateReplacement(KindLoc, "put");
450 Diag(KindLoc, diag::err_ms_property_missing_accessor_kind);
457 Diag(KindLoc, diag::err_ms_property_unknown_accessor);
486 Diag(KindLoc, diag::err_ms_property_duplicate_accessor) << KindStr;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 77 milliseconds