Home
last modified time | relevance | path

Searched refs:makeLocation (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCloneChecker.cpp99 static PathDiagnosticLocation makeLocation(const StmtSequence &S, in makeLocation() function
118 *BT_Exact, "Duplicate code detected", makeLocation(Group.front(), Mgr)); in reportClones()
122 R->addNote("Similar code here", makeLocation(Group[i], Mgr), in reportClones()
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp93 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation() function
105 return makeLocation(&DiagLoc); in getLocation()
305 CXSourceLocation startLoc = makeLocation(Start); in readRange()
306 CXSourceLocation endLoc = makeLocation(End); in readRange()
/external/llvm-project/clang/tools/libclang/
DCXLoadedDiagnostic.cpp90 static CXSourceLocation makeLocation(const CXLoadedDiagnostic::Location *DLoc) { in makeLocation() function
102 return makeLocation(&DiagLoc); in getLocation()
302 CXSourceLocation startLoc = makeLocation(Start); in readRange()
303 CXSourceLocation endLoc = makeLocation(End); in readRange()
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp207 llvm::Optional<Location> makeLocation(const ASTContext &AST, SourceLocation Loc, in makeLocation() function
253 makeLocation(AST.getASTContext(), M->NameLoc, MainFilePath)) { in locateMacroReferent()
312 makeLocation(AST.getASTContext(), nameLocation(*D, SM), MainFilePath); in locateASTReferent()
320 Result.back().Definition = makeLocation( in locateASTReferent()