Home
last modified time | relevance | path

Searched refs:getSpellingLineNumber (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Basic/
DSourceLocation.cpp98 unsigned FullSourceLoc::getSpellingLineNumber(bool *Invalid) const { in getSpellingLineNumber() function in FullSourceLoc
100 return SrcMgr->getSpellingLineNumber(*this, Invalid); in getSpellingLineNumber()
DSourceManager.cpp1253 unsigned SourceManager::getSpellingLineNumber(SourceLocation Loc, in getSpellingLineNumber() function in SourceManager
/external/clang/include/clang/Basic/
DSourceLocation.h286 unsigned getSpellingLineNumber(bool *Invalid = 0) const;
DSourceManager.h1037 unsigned getSpellingLineNumber(SourceLocation Loc, bool *Invalid = 0) const;
/external/clang/lib/Sema/
DSemaChecking.cpp5046 unsigned StmtLine = SourceMgr.getSpellingLineNumber(StmtLoc, in ShouldDiagnoseEmptyStmtBody()
5052 unsigned BodyLine = SourceMgr.getSpellingLineNumber(Body->getSemiLoc(), in ShouldDiagnoseEmptyStmtBody()
DSemaDecl.cpp5069 Comma.getSpellingLineNumber() != Name.getSpellingLineNumber()) { in ActOnFunctionDeclarator()
/external/clang/tools/libclang/
DCIndex.cpp4517 *startLine = SM.getSpellingLineNumber(Body->getLBracLoc()); in clang_getDefinitionSpellingAndExtent()
4519 *endLine = SM.getSpellingLineNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()