Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp586 SourceLocation getSourceLoc() const override { return Op->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0511::IncrementGadget
626 SourceLocation getSourceLoc() const override { return Op->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0511::DecrementGadget
672 SourceLocation getSourceLoc() const override { return ASE->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0511::ArraySubscriptGadget
725 SourceLocation getSourceLoc() const override { return PA->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0511::PointerArithmeticGadget
768 SourceLocation getSourceLoc() const override { return Ctor->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0511::SpanTwoParamConstructorGadget
814 SourceLocation getSourceLoc() const override { in getSourceLoc() function in __anon8edba8be0511::PointerInitGadget
864 SourceLocation getSourceLoc() const override { return PtrLHS->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0511::PtrToPtrAssignmentGadget
914 SourceLocation getSourceLoc() const override { return PtrLHS->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0511::CArrayToPtrAssignmentGadget
952 SourceLocation getSourceLoc() const override { return Op->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0511::UnsafeBufferUsageAttrGadget
988 SourceLocation getSourceLoc() const override { return Op->getBeginLoc(); } in getSourceLoc() function in __anon8edba8be0511::UnsafeBufferUsageCtorAttrGadget
[all …]