Home
last modified time | relevance | path

Searched refs:createBegin (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp223 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC); in VisitCallExpr()
248 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC); in VisitCallExpr()
H A DLLVMConventionsChecker.cpp182 PathDiagnosticLocation::createBegin(VD, BR.getSourceManager()); in VisitVarDecl()
285 PathDiagnosticLocation L = PathDiagnosticLocation::createBegin( in ReportError()
H A DPointerIterationChecker.cpp44 auto Location = PathDiagnosticLocation::createBegin(MarkedStmt, in emitDiagnostics()
H A DPointerSortingChecker.cpp44 auto Location = PathDiagnosticLocation::createBegin(MarkedStmt, in emitDiagnostics()
H A DCheckObjCInstMethSignature.cpp67 PathDiagnosticLocation::createBegin(MethDerived, in CompareReturnTypes()
H A DOSObjectCStyleCast.cpp72 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), ADC), in emitDiagnostics()
H A DAnalyzerStatsChecker.cpp131 PathDiagnosticLocation::createBegin(CS->getStmt(), SM, LC)); in checkEndAnalysis()
H A DObjCContainersASTChecker.cpp143 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC); in VisitCallExpr()
H A DRunLoopAutoreleaseLeakChecker.cpp112 PathDiagnosticLocation Location = PathDiagnosticLocation::createBegin( in emitDiagnostics()
H A DObjCAutoreleaseWriteChecker.cpp133 PathDiagnosticLocation Location = PathDiagnosticLocation::createBegin( in emitDiagnostics()
H A DUnreachableCodeChecker.cpp158 DL = PathDiagnosticLocation::createBegin(S, B.getSourceManager(), LC); in checkEndAnalysis()
H A DMallocSizeofChecker.cpp239 PathDiagnosticLocation L = PathDiagnosticLocation::createBegin( in checkASTCodeBody()
H A DNumberObjectConversionChecker.cpp191 PathDiagnosticLocation::createBegin(Obj, BR.getSourceManager(), ADC), in run()
H A DValistChecker.cpp287 LocUsedForUniqueing = PathDiagnosticLocation::createBegin( in reportLeakedVALists()
H A DIdenticalExprChecker.cpp172 PathDiagnosticLocation::createBegin(I, BR.getSourceManager(), AC); in VisitIfStmt()
H A DMoveChecker.cpp402 LocUsedForUniqueing = PathDiagnosticLocation::createBegin( in tryToReportBug()
H A DCheckObjCDealloc.cpp248 PathDiagnosticLocation::createBegin(D, BR.getSourceManager()); in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
H A DStreamChecker.cpp1956 LocUsedForUniqueing = PathDiagnosticLocation::createBegin( in reportLeaks()
H A DMallocChecker.cpp2822 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocationStmt, in HandleLeak()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h254 static PathDiagnosticLocation createBegin(const Decl *D,
261 createBegin(const Decl *D, const SourceManager &SM, in createBegin() function
263 return createBegin(D, SM); in createBegin()
267 static PathDiagnosticLocation createBegin(const Stmt *S,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp579 PathDiagnosticLocation::createBegin(const Decl *D, in createBegin() function in PathDiagnosticLocation
585 PathDiagnosticLocation::createBegin(const Stmt *S, in createBegin() function in PathDiagnosticLocation
673 return PathDiagnosticLocation::createBegin( in create()
684 return PathDiagnosticLocation::createBegin( in create()
710 return PathDiagnosticLocation::createBegin(RS, SMng, in create()
875 callEnterWithin = PathDiagnosticLocation::createBegin(Callee, SM); in setCallee()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp880 auto Start = PathDiagnosticLocation::createBegin(T, SM, LC); in generateMinimalDiagForBlockEdge()
1158 PathDiagnosticLocation::createBegin(D, SM)); in generatePathDiagnosticsForNode()
1967 PathDiagnosticLocation::createBegin(D, C.getSourceManager()); in dropFunctionEntryEdge()
2065 PathDiagnosticLocation::createBegin(D, SM)); in generate()
2438 return PathDiagnosticLocation::createBegin(RS, SM, LC); in getLocation()
H A DBugReporterVisitors.cpp2034 PathDiagnosticLocation::createBegin( in constructDebugPieceForTrackedCondition()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp903 PathDiagnosticLocation AllocLocation = PathDiagnosticLocation::createBegin( in deriveAllocLocation()