Searched refs:getSpellingLineNumber (Results 1 – 7 of 7) sorted by relevance
98 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const { in getSpellingLineNumber() function in FullSourceLoc100 return SrcMgr->getSpellingLineNumber(*this, Invalid); in getSpellingLineNumber()
1253 unsigned SourceManager::getSpellingLineNumber(SourceLocation Loc, in getSpellingLineNumber() function in SourceManager
286 unsigned getSpellingLineNumber(bool *Invalid = 0) const;
1037 unsigned getSpellingLineNumber(SourceLocation Loc, bool *Invalid = 0) const;
5046 unsigned StmtLine = SourceMgr.getSpellingLineNumber(StmtLoc, in ShouldDiagnoseEmptyStmtBody()5052 unsigned BodyLine = SourceMgr.getSpellingLineNumber(Body->getSemiLoc(), in ShouldDiagnoseEmptyStmtBody()
5069 Comma.getSpellingLineNumber() != Name.getSpellingLineNumber()) { in ActOnFunctionDeclarator()
4517 *startLine = SM.getSpellingLineNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()4519 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()