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

  /external/clang/include/clang/AST/
OpenMPClause.h 520 SourceLocation KindLoc;
540 void setScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; }
569 Kind(Kind), KindLoc(KLoc), CommaLoc(CommaLoc), ChunkSize(ChunkSize) {}
585 SourceLocation getScheduleKindLoc() { return KindLoc; }
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 433 SourceLocation KindLoc = Tok.getLocation();
442 Diag(KindLoc, diag::err_ms_property_has_set_accessor)
443 << FixItHint::CreateReplacement(KindLoc, "put");
449 Diag(KindLoc, diag::err_ms_property_missing_accessor_kind);
456 Diag(KindLoc, diag::err_ms_property_unknown_accessor);
485 Diag(KindLoc, diag::err_ms_property_duplicate_accessor) << KindStr;
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 111 milliseconds