Home
last modified time | relevance | path

Searched refs:PatternLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h566 SMLoc PatternLoc; variable
640 SMLoc getLoc() const { return PatternLoc; } in getLoc()
H A DFileCheck.cpp769 PatternLoc = SMLoc::getFromPointer(PatternStr.data()); in parsePattern()
777 SM.PrintMessage(PatternLoc, SourceMgr::DK_Error, in parsePattern()
784 PatternLoc, SourceMgr::DK_Error, in parsePattern()
1892 SMLoc PatternLoc = SMLoc::getFromPointer(Buffer.data()); in readCheckFile()
1937 CheckStrings->emplace_back(P, UsedPrefix, PatternLoc); in readCheckFile()
1890 SMLoc PatternLoc = SMLoc::getFromPointer(Buffer.data()); readCheckFile() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7681 TypeLoc PatternLoc = PackExpansionLoc.getPatternLoc(); in TransformStmtAttr()
7686 PackExpansionLoc.getEllipsisLoc(), PatternLoc.getSourceRange(),
7697 TypeArgBuilder.reserve(PatternLoc.getFullDataSize()); in TransformAttributedStmt()
7699 PatternLoc); in TransformAttributedStmt()
7718 TypeArgBuilder.reserve(PatternLoc.getFullDataSize());
7721 PatternLoc); in TransformIfStmt()
7397 TypeLoc PatternLoc = PackExpansionLoc.getPatternLoc(); TransformObjCObjectType() local