/external/clang/include/clang/Tooling/ |
D | FixIt.h | 34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; } in getSourceRange() function 37 inline SourceRange getSourceRange(const SourceLocation &Loc) { in getSourceRange() function 43 template <typename T> SourceRange getSourceRange(const T &Node) { in getSourceRange() function
|
/external/llvm-project/clang/include/clang/Tooling/ |
D | FixIt.h | 32 inline CharSourceRange getSourceRange(const SourceRange &Range) { in getSourceRange() function 37 inline CharSourceRange getSourceRange(const SourceLocation &Loc) { in getSourceRange() function 43 template <typename T> CharSourceRange getSourceRange(const T &Node) { in getSourceRange() function
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | DumpAST.cpp | 102 SourceRange getSourceRange(const T &Node) { in getSourceRange() function in clang::clangd::__anon9672ead00111::DumpVisitor 107 SourceRange getSourceRange(const T *Node) { in getSourceRange() function in clang::clangd::__anon9672ead00111::DumpVisitor 111 SourceRange getSourceRange(const TemplateName &Node) { return SourceRange(); } in getSourceRange() function in clang::clangd::__anon9672ead00111::DumpVisitor 113 SourceRange getSourceRange(const Attr *Node) { return Node->getRange(); } in getSourceRange() function in clang::clangd::__anon9672ead00111::DumpVisitor
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 119 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 169 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
|
D | DeclFriend.h | 130 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
D | RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
|
D | NestedNameSpecifier.h | 468 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
|
D | DeclTemplate.h | 135 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 366 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
D | DeclObjC.h | 293 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 677 SourceRange getSourceRange() const { in getSourceRange() function 881 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 1047 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 1228 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 2120 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
D | DeclCXX.h | 126 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 203 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 2591 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 2698 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 2814 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3357 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | RawCommentList.h | 107 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
|
D | NestedNameSpecifier.h | 483 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
|
D | DeclFriend.h | 148 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
D | DeclTemplate.h | 199 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 439 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
D | DeclObjC.h | 287 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 728 SourceRange getSourceRange() const { in getSourceRange() function 947 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 1124 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 1313 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 2238 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
D | DeclCXX.h | 113 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 189 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 2832 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 2947 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3060 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3561 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3791 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
D | ExprObjC.h | 162 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 218 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 382 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 1705 SourceRange getSourceRange() const { return {AtLoc, RParen}; } in getSourceRange() function
|
/external/clang/lib/AST/ |
D | Decl.cpp | 1739 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() function in DeclaratorDecl 1840 SourceRange VarDecl::getSourceRange() const { in getSourceRange() function in VarDecl 2351 SourceRange ParmVarDecl::getSourceRange() const { in getSourceRange() function in ParmVarDecl 3346 SourceRange FunctionDecl::getSourceRange() const { in getSourceRange() function in FunctionDecl 3493 SourceRange FieldDecl::getSourceRange() const { in getSourceRange() function in FieldDecl 3527 SourceRange TagDecl::getSourceRange() const { in getSourceRange() function in TagDecl 3909 SourceRange BlockDecl::getSourceRange() const { in getSourceRange() function in BlockDecl 4119 SourceRange EnumConstantDecl::getSourceRange() const { in getSourceRange() function in EnumConstantDecl 4168 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange() function in TypedefDecl 4177 SourceRange TypeAliasDecl::getSourceRange() const { in getSourceRange() function in TypeAliasDecl [all …]
|
D | ASTTypeTraits.cpp | 139 SourceRange DynTypedNode::getSourceRange() const { in getSourceRange() function in clang::ast_type_traits::DynTypedNode
|
D | TemplateBase.cpp | 435 SourceRange TemplateArgumentLoc::getSourceRange() const { in getSourceRange() function in TemplateArgumentLoc
|
/external/llvm-project/clang/lib/AST/ |
D | Decl.cpp | 1932 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() function in DeclaratorDecl 2033 SourceRange VarDecl::getSourceRange() const { in getSourceRange() function in VarDecl 2726 SourceRange ParmVarDecl::getSourceRange() const { in getSourceRange() function in ParmVarDecl 3960 SourceRange FunctionDecl::getSourceRange() const { in getSourceRange() function in FunctionDecl 4192 SourceRange FieldDecl::getSourceRange() const { in getSourceRange() function in FieldDecl 4235 SourceRange TagDecl::getSourceRange() const { in getSourceRange() function in TagDecl 4692 SourceRange BlockDecl::getSourceRange() const { in getSourceRange() function in BlockDecl 4905 SourceRange EnumConstantDecl::getSourceRange() const { in getSourceRange() function in EnumConstantDecl 4976 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange() function in TypedefDecl 4985 SourceRange TypeAliasDecl::getSourceRange() const { in getSourceRange() function in TypeAliasDecl [all …]
|
D | DeclOpenMP.cpp | 187 SourceRange OMPCapturedExprDecl::getSourceRange() const { in getSourceRange() function in OMPCapturedExprDecl
|
D | ASTTypeTraits.cpp | 170 SourceRange DynTypedNode::getSourceRange() const { in getSourceRange() function in DynTypedNode
|
D | TemplateBase.cpp | 421 SourceRange TemplateArgumentLoc::getSourceRange() const { in getSourceRange() function in TemplateArgumentLoc
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | YAMLParser.h | 160 SMRange getSourceRange() const { return SourceRange; } in getSourceRange() function
|