Searched refs:createBegin (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp102 return PathDiagnosticLocation::createBegin(
176 PathDiagnosticLocation::createBegin(Pair.FirstCloneInfo.Mention, SM,
182 PathDiagnosticLocation::createBegin(Pair.SecondCloneInfo.Mention,
H A DCheckSizeofPointer.cpp65 PathDiagnosticLocation::createBegin(E, BR.getSourceManager(), AC);
H A DObjCPropertyChecker.cpp74 PathDiagnosticLocation::createBegin(D, BR.getSourceManager()),
H A DOSObjectCStyleCast.cpp54 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), ADC),
H A DPointerIterationChecker.cpp44 auto Location = PathDiagnosticLocation::createBegin(MarkedStmt,
H A DPointerSortingChecker.cpp44 auto Location = PathDiagnosticLocation::createBegin(MarkedStmt,
H A DCheckSecuritySyntaxOnly.cpp337 PathDiagnosticLocation::createBegin(FS, BR.getSourceManager(), AC);
377 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
419 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
460 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
498 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
538 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
579 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
651 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
698 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
726 PathDiagnosticLocation::createBegin(C
[all...]
H A DCheckObjCInstMethSignature.cpp69 PathDiagnosticLocation::createBegin(MethDerived,
H A DLLVMConventionsChecker.cpp182 PathDiagnosticLocation::createBegin(VD, BR.getSourceManager());
285 PathDiagnosticLocation L = PathDiagnosticLocation::createBegin(
H A DCStringSyntaxChecker.cpp223 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC);
248 PathDiagnosticLocation::createBegin(LenArg, BR.getSourceManager(), AC);
H A DAnalyzerStatsChecker.cpp134 PathDiagnosticLocation::createBegin(CS->getStmt(), SM, LC));
H A DGCDAntipatternChecker.cpp201 PathDiagnosticLocation::createBegin(SW, BR.getSourceManager(), ADC),
H A DObjCAutoreleaseWriteChecker.cpp130 PathDiagnosticLocation Location = PathDiagnosticLocation::createBegin(
H A DObjCContainersASTChecker.cpp143 PathDiagnosticLocation::createBegin(CE, BR.getSourceManager(), AC);
H A DRunLoopAutoreleaseLeakChecker.cpp112 PathDiagnosticLocation Location = PathDiagnosticLocation::createBegin(
H A DNumberObjectConversionChecker.cpp191 PathDiagnosticLocation::createBegin(Obj, BR.getSourceManager(), ADC),
H A DMallocSizeofChecker.cpp237 PathDiagnosticLocation::createBegin(i->AllocCall->getCallee(),
H A DTaint.cpp247 PathDiagnosticLocation::createBegin(S, BRC.getSourceManager(), NCtx);
H A DUnreachableCodeChecker.cpp159 DL = PathDiagnosticLocation::createBegin(S, B.getSourceManager(), LC);
H A DIvarInvalidationChecker.cpp544 PathDiagnosticLocation::createBegin(FirstIvarDecl, BR.getSourceManager());
573 PathDiagnosticLocation::createBegin(IvarD, BR.getSourceManager()));
H A DIdenticalExprChecker.cpp172 PathDiagnosticLocation::createBegin(I, BR.getSourceManager(), AC);
H A DDeadStoresChecker.cpp283 PathDiagnosticLocation::createBegin(Ex, BR.getSourceManager(), AC);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp564 PathDiagnosticLocation::createBegin(const Decl *D, function in class:PathDiagnosticLocation
570 PathDiagnosticLocation::createBegin(const Stmt *S, function in class:PathDiagnosticLocation
657 return PathDiagnosticLocation::createBegin(
668 return PathDiagnosticLocation::createBegin(
693 return PathDiagnosticLocation::createBegin(RS, SMng,
857 callEnterWithin = PathDiagnosticLocation::createBegin(Callee, SM);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h216 static PathDiagnosticLocation createBegin(const Decl *D,
223 createBegin(const Decl *D, const SourceManager &SM, function in class:clang::ento::PathDiagnosticLocation
225 return createBegin(D, SM);
229 static PathDiagnosticLocation createBegin(const Stmt *S,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp879 PathDiagnosticLocation::createBegin(AllocStmt, SMgr,

Completed in 180 milliseconds

12