/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Source.cpp | 25 SourceRange SourceInfo::getRange() const { in getRange() function in SourceInfo 51 SourceRange SourceMapper::getRange(const Function *F, CodePtr PC) const { in getRange() function in SourceMapper
|
H A D | InterpFrame.cpp | 263 SourceRange InterpFrame::getRange(CodePtr PC) const { in getRange() function in InterpFrame
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugSuppression.cpp | 38 template <class NodeType> inline SourceRange getRange(const NodeType *Node) { in getRange() function 41 template <> inline SourceRange getRange(const AttributedStmt *S) { in getRange() function
|
H A D | RangeConstraintManager.cpp | 3029 RangeSet RangeConstraintManager::getRange(ProgramStateRef State, in getRange() function in RangeConstraintManager
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantRangeList.h | 57 ConstantRange getRange(unsigned i) const { return Ranges[i]; } in getRange() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 268 SMRange getRange() const { return Range; } in getRange() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 182 SourceRange getRange() const { return AttrRange; } in getRange() function
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCode.cpp | 152 static CharSourceRange getRange(const CharSourceRange &EditRange, in getRange() function
|
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | ArgList.cpp | 57 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange() function in ArgList
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 63 SourceRange getRange() const { return Range; } in getRange() function in __anon807bcb150111::PPValue
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 464 SourceRange getRange() const { return SourceRange(LOpen, LClose); } in getRange() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 235 orc::ExecutorAddrRange getRange() const { in getRange() function 592 orc::ExecutorAddrRange getRange() const { in getRange() function 840 orc::ExecutorAddrRange getRange() const { in getRange() function
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 532 SMRange getRange() const { return Range; } getRange() function
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 458 ArrayRef<syntax::Token> getRange(SourceRange Range) const { in getRange() function in syntax::TreeBuilder 466 ArrayRef<syntax::Token> getRange(SourceLocation First, in getRange() function in syntax::TreeBuilder
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 758 SourceRange getRange() const { in getRange() function
|
H A D | DeclSpec.h | 80 SourceRange getRange() const { return Range; } in getRange() function
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 268 std::optional<ConstantRange> Argument::getRange() const { in getRange() function in Argument
|
H A D | Attributes.cpp | 495 const ConstantRange &Attribute::getRange() const { in getRange() function in Attribute
|
H A D | Instructions.cpp | 375 std::optional<ConstantRange> CallBase::getRange() const { in getRange() function in CallBase
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 3736 static std::optional<ConstantRange> getRange(Value *V, in getRange() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4502 static std::optional<ConstantRange> getRange(const Instruction &I) { in getRange() function
|