Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DSource.cpp25 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 DInterpFrame.cpp263 SourceRange InterpFrame::getRange(CodePtr PC) const { in getRange() function in InterpFrame
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp38 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 DRangeConstraintManager.cpp3029 RangeSet RangeConstraintManager::getRange(ProgramStateRef State, in getRange() function in RangeConstraintManager
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRangeList.h57 ConstantRange getRange(unsigned i) const { return Ranges[i]; } in getRange() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h268 SMRange getRange() const { return Range; } in getRange() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h182 SourceRange getRange() const { return AttrRange; } in getRange() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp152 static CharSourceRange getRange(const CharSourceRange &EditRange, in getRange() function
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp57 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange() function in ArgList
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp63 SourceRange getRange() const { return Range; } in getRange() function in __anon807bcb150111::PPValue
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h464 SourceRange getRange() const { return SourceRange(LOpen, LClose); } in getRange() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h235 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 DFileCheckImpl.h532 SMRange getRange() const { return Range; } getRange() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp458 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 DInitialization.h758 SourceRange getRange() const { in getRange() function
H A DDeclSpec.h80 SourceRange getRange() const { return Range; } in getRange() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp268 std::optional<ConstantRange> Argument::getRange() const { in getRange() function in Argument
H A DAttributes.cpp495 const ConstantRange &Attribute::getRange() const { in getRange() function in Attribute
H A DInstructions.cpp375 std::optional<ConstantRange> CallBase::getRange() const { in getRange() function in CallBase
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3736 static std::optional<ConstantRange> getRange(Value *V, in getRange() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4502 static std::optional<ConstantRange> getRange(const Instruction &I) { in getRange() function