Home
last modified time | relevance | path

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

12

/llvm-project/lldb/test/API/lang/objc/objc-struct-return/
H A Dtest.m5 -(NSRange)getRange; method
10 {
/llvm-project/clang/lib/AST/Interp/
H A DSource.cpp
H A DInterpFrame.cpp
/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
/llvm-project/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp86 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const { getRange() function in CXStoredDiagnostic
H A DCXLoadedDiagnostic.cpp132 CXSourceRange CXLoadedDiagnostic::getRange(unsigned Range) const { in getRange() function in CXLoadedDiagnostic
H A DCIndexDiagnostic.cpp70 CXSourceRange getRange(unsigned Range) const override { in getRange() function in __anon6e9831320111::CXDiagnosticCustomNoteImpl
/llvm-project/llvm/include/llvm/IR/
H A DConstantRangeList.h57 ConstantRange getRange(unsigned i) const { return Ranges[i]; } in getRange() function
/llvm-project/clang/unittests/AST/
H A DSourceLocationTest.cpp122 SourceRange getRange(const LabelStmt &Node) override { in getRange() function in __anonc6c7e52a0111::LabelDeclRangeVerifier
179 SourceRange getRange(const MemberExpr &Node) override { in getRange() function in __anonc6c7e52a0111::MemberExprArrowLocVerifier
401 SourceRange getRange(const TypeLoc &Node) override { in getRange() function in __anonc6c7e52a0111::TemplateAngleBracketLocRangeVerifier
426 SourceRange getRange(const TypeLoc &Node) override { in getRange() function in __anonc6c7e52a0111::UnaryTransformTypeLocParensRangeVerifier
799 SourceRange getRange(const FunctionDecl &Function) override { in getRange() function in __anonc6c7e52a0111::FunctionDeclParametersRangeVerifier
924 SourceRange getRange(const TypeLoc &Node) override { in getRange() function in __anonc6c7e52a0111::ExceptionSpecRangeVerifier
934 SourceRange getRange(const ParmVarDecl &Node) override { in getRange() function in __anonc6c7e52a0111::ParmVarExceptionSpecRangeVerifier
1010 SourceRange getRange(const AutoTypeLoc &Node) override { in getRange() function in __anonc6c7e52a0111::AutoTypeLocConceptReferenceRangeVerifier
1055 SourceRange getRange(const TemplateTypeParmDecl &Node) override { in getRange() function in __anonc6c7e52a0111::TemplateTypeParmDeclConceptReferenceRangeVerifier
1095 SourceRange getRange(cons function in __anonc6c7e52a0111::ConceptSpecializationExprConceptReferenceRangeVerifier
[all...]
H A DMatchVerifier.h263 virtual SourceRange getRange(const NodeType &Node) { getRange() function
/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h268 SMRange getRange() const { return Range; } in getRange() function
/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h182 SourceRange getRange() const { return AttrRange; } getRange() function
H A DDiagnostic.h1656 const CharSourceRange &getRange(unsigned Idx) const { getRange() function
/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp152 static CharSourceRange getRange(const CharSourceRange &EditRange, in getRange() function
/llvm-project/llvm/lib/Option/
H A DArgList.cpp57 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange() function in ArgList
/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp63 SourceRange getRange() const { return Range; } getRange() function in __anon289ca2080111::PPValue
[all...]
/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h464 SourceRange getRange() const { return SourceRange(LOpen, LClose); } in getRange() function
/llvm-project/llvm/unittests/Support/
H A DSourceMgrTest.cpp35 SMRange getRange(unsigned Offset, unsigned Length) { in getRange() function in __anona510ab420111::SourceMgrTest
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h235 orc::ExecutorAddrRange getRange() const { getRange() function
592 orc::ExecutorAddrRange getRange() const { getRange() function
840 orc::ExecutorAddrRange getRange() const { getRange() function
/llvm-project/clang-tools-extra/clangd/
H A DDumpAST.cpp91 template <typename T> std::optional<Range> getRange(const T &Node) { in getRange() function in clang::clangd::__anon642ee90c0111::DumpVisitor
/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h506 SMRange getRange() const { return Range; } in getRange() function
/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
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp293 CharSourceRange getRange(const FileByteRange &Range) { in getRange() function in clang::tidy::__anondf6f47d00111::ErrorReporter
/llvm-project/clang/include/clang/Sema/
H A DInitialization.h758 SourceRange getRange() const { in getRange() function
/llvm-project/llvm/lib/IR/
H A DFunction.cpp268 std::optional<ConstantRange> Argument::getRange() const { getRange() function in Argument

12