/llvm-project/lldb/test/API/lang/objc/objc-struct-return/ |
H A D | test.m | 5 -(NSRange)getRange; method 10 {
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Source.cpp |
|
H A D | InterpFrame.cpp |
|
/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
|
/llvm-project/clang/tools/libclang/ |
H A D | CXStoredDiagnostic.cpp | 86 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const { getRange() function in CXStoredDiagnostic
|
H A D | CXLoadedDiagnostic.cpp | 132 CXSourceRange CXLoadedDiagnostic::getRange(unsigned Range) const { in getRange() function in CXLoadedDiagnostic
|
H A D | CIndexDiagnostic.cpp | 70 CXSourceRange getRange(unsigned Range) const override { in getRange() function in __anon6e9831320111::CXDiagnosticCustomNoteImpl
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantRangeList.h | 57 ConstantRange getRange(unsigned i) const { return Ranges[i]; } in getRange() function
|
/llvm-project/clang/unittests/AST/ |
H A D | SourceLocationTest.cpp | 122 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 D | MatchVerifier.h | 263 virtual SourceRange getRange(const NodeType &Node) { getRange() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 268 SMRange getRange() const { return Range; } in getRange() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 182 SourceRange getRange() const { return AttrRange; } getRange() function
|
H A D | Diagnostic.h | 1656 const CharSourceRange &getRange(unsigned Idx) const { getRange() function
|
/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCode.cpp | 152 static CharSourceRange getRange(const CharSourceRange &EditRange, in getRange() function
|
/llvm-project/llvm/lib/Option/ |
H A D | ArgList.cpp | 57 ArgList::getRange(std::initializer_list<OptSpecifier> Ids) const { in getRange() function in ArgList
|
/llvm-project/clang/lib/Lex/ |
H A D | PPExpressions.cpp | 63 SourceRange getRange() const { return Range; } getRange() function in __anon289ca2080111::PPValue [all...] |
/llvm-project/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 464 SourceRange getRange() const { return SourceRange(LOpen, LClose); } in getRange() function
|
/llvm-project/llvm/unittests/Support/ |
H A D | SourceMgrTest.cpp | 35 SMRange getRange(unsigned Offset, unsigned Length) { in getRange() function in __anona510ab420111::SourceMgrTest [all...] |
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 235 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 D | DumpAST.cpp | 91 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 D | FileCheckImpl.h | 506 SMRange getRange() const { return Range; } in getRange() function
|
/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
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidy.cpp | 293 CharSourceRange getRange(const FileByteRange &Range) { in getRange() function in clang::tidy::__anondf6f47d00111::ErrorReporter
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Initialization.h | 758 SourceRange getRange() const { in getRange() function
|
/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 268 std::optional<ConstantRange> Argument::getRange() const { getRange() function in Argument
|