Searched refs:getCommaLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DOpenMPClause.h588 SourceLocation getCommaLoc() { return CommaLoc; } function in class:clang::OMPScheduleClause
/external/clang/lib/Sema/
H A DSemaType.cpp2384 FullSourceLoc Comma(D.getCommaLoc(), S.SourceMgr);
2391 S.Diag(D.getCommaLoc(), diag::note_empty_parens_function_call)
2392 << FixItHint::CreateReplacement(D.getCommaLoc(), ";")
H A DTreeTransform.h6574 C->getScheduleKindLoc(), C->getCommaLoc(), C->getLocEnd());
/external/clang/include/clang/Sema/
H A DDeclSpec.h2081 SourceLocation getCommaLoc() const { return CommaLoc; } function in namespace:clang
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1721 Writer->Writer.AddSourceLocation(C->getCommaLoc(), Record);

Completed in 2265 milliseconds