Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1194 virtual SourceLocation getSourceLoc() const = 0;
1292 SourceLocation getSourceLoc() const override { return Op->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0911::IncrementGadget
1340 SourceLocation getSourceLoc() const override { return Op->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0911::DecrementGadget
1393 SourceLocation getSourceLoc() const override { return ASE->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0911::ArraySubscriptGadget
1461 SourceLocation getSourceLoc() const override { return PA->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0911::PointerArithmeticGadget
1521 SourceLocation getSourceLoc() const override { return Ctor->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0911::SpanTwoParamConstructorGadget
1581 SourceLocation getSourceLoc() const override { in getSourceLoc() function in __anon8edba8be0911::PointerInitGadget
1646 SourceLocation getSourceLoc() const override { return PtrLHS->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0911::PtrToPtrAssignmentGadget
1711 SourceLocation getSourceLoc() const override { return PtrLHS->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0911::CArrayToPtrAssignmentGadget
1763 SourceLocation getSourceLoc() const override { return Op->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0911::UnsafeBufferUsageAttrGadget
[all …]