Home
last modified time | relevance | path

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

/freebsd-src/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 DByteCodeGenError.h
H A DInterpFrame.cpp245 SourceRange InterpFrame::getRange(CodePtr PC) const { getRange() function in InterpFrame
/freebsd-src/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.cpp3028 RangeSet RangeConstraintManager::getRange(ProgramStateRef State, getRange() function in RangeConstraintManager
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h268 SMRange getRange() const { return Range; } in getRange() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h182 SourceRange getRange() const { return AttrRange; } in getRange() function
H A DDiagnostic.h1656 const CharSourceRange &getRange(unsigned Idx) const { in getRange() function
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp104 static CharSourceRange getRange(const CharSourceRange &EditRange, getRange() function
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp63 SourceRange getRange() const { return Range; } in getRange() function in __anonbe4889670111::PPValue
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp57 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange() function in ArgList
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h464 SourceRange getRange() const { return SourceRange(LOpen, LClose); } in getRange() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h234 orc::ExecutorAddrRange getRange() const { getRange() function
591 orc::ExecutorAddrRange getRange() const { getRange() function
839 orc::ExecutorAddrRange getRange() const { getRange() function
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h506 SMRange getRange() const { return Range; } in getRange() function
/freebsd-src/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
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h758 SourceRange getRange() const { in getRange() function
H A DDeclSpec.h79 SourceRange getRange() const { return Range; } getRange() function