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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 2565 SourceLocation getCommaLoc() const { return CommaLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 3658 FullSourceLoc Comma(D.getCommaLoc(), S.SourceMgr);
3665 S.Diag(D.getCommaLoc(), diag::note_empty_parens_function_call)
3666 << FixItHint::CreateReplacement(D.getCommaLoc(), ";")
TreeTransform.h 9252 C->getScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc());
9974 C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 1545 SourceLocation getCommaLoc() { return CommaLoc; }
6276 SourceLocation getCommaLoc() { return CommaLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6097 Record.AddSourceLocation(C->getCommaLoc());
6486 Record.AddSourceLocation(C->getCommaLoc());

Completed in 41 milliseconds