| /external/clang/include/clang/Tooling/ | 
| D | FixIt.h | 34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }  in getSourceRange()  function37 inline SourceRange getSourceRange(const SourceLocation &Loc) {  in getSourceRange()  function
 43 template <typename T> SourceRange getSourceRange(const T &Node) {  in getSourceRange()  function
 
 | 
| /external/clang/include/clang/AST/ | 
| D | ExprObjC.h | 119   SourceRange getSourceRange() const LLVM_READONLY {  in getSourceRange()  function169   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()  function366   SourceRange getSourceRange() const override LLVM_READONLY {  in getSourceRange()  function
 
 | 
| D | DeclObjC.h | 293   SourceRange getSourceRange() const override LLVM_READONLY {  in getSourceRange()  function677   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()  function203   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
 
 | 
| D | DeclarationName.h | 535   SourceRange getSourceRange() const LLVM_READONLY {  in getSourceRange()  function
 | 
| D | ExprCXX.h | 95   SourceRange getSourceRange() const { return Range; }  in getSourceRange()  function556   SourceRange getSourceRange() const LLVM_READONLY {  in getSourceRange()  function
 642   SourceRange getSourceRange() const LLVM_READONLY { return Range; }  in getSourceRange()  function
 685   SourceRange getSourceRange() const LLVM_READONLY {  in getSourceRange()  function
 845   SourceRange getSourceRange() const LLVM_READONLY { return Range; }  in getSourceRange()  function
 1990   SourceRange getSourceRange() const LLVM_READONLY {  in getSourceRange()  function
 3552   SourceRange getSourceRange() const LLVM_READONLY { return Range; }  in getSourceRange()  function
 
 | 
| D | Decl.h | 455   SourceRange getSourceRange() const override LLVM_READONLY {  in getSourceRange()  function564   SourceRange getSourceRange() const override LLVM_READONLY {  in getSourceRange()  function
 2595   SourceRange getSourceRange() const override LLVM_READONLY {  in getSourceRange()  function
 3440   SourceRange getSourceRange() const override LLVM_READONLY {  in getSourceRange()  function
 
 | 
| /external/clang/lib/AST/ | 
| D | Decl.cpp | 1739 SourceRange DeclaratorDecl::getSourceRange() const {  in getSourceRange()  function in DeclaratorDecl1840 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
 | 
| D | NestedNameSpecifier.cpp | 396 SourceRange NestedNameSpecifierLoc::getSourceRange() const {  in getSourceRange()  function in NestedNameSpecifierLoc
 | 
| D | DeclTemplate.cpp | 496 SourceRange TemplateTypeParmDecl::getSourceRange() const {  in getSourceRange()  function in TemplateTypeParmDecl579 SourceRange NonTypeTemplateParmDecl::getSourceRange() const {  in getSourceRange()  function in NonTypeTemplateParmDecl
 771 ClassTemplateSpecializationDecl::getSourceRange() const {  in getSourceRange()  function in ClassTemplateSpecializationDecl
 
 | 
| D | DeclCXX.cpp | 1797 SourceRange CXXCtorInitializer::getSourceRange() const {  in getSourceRange()  function in CXXCtorInitializer2239 SourceRange UsingDecl::getSourceRange() const {  in getSourceRange()  function in UsingDecl
 2264 SourceRange UnresolvedUsingValueDecl::getSourceRange() const {  in getSourceRange()  function in UnresolvedUsingValueDecl
 
 | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ | 
| D | YAMLParser.h | 134   SMRange getSourceRange() const { return SourceRange; }  in getSourceRange()  function
 | 
| /external/clang/include/clang/Lex/ | 
| D | PreprocessingRecord.h | 93     SourceRange getSourceRange() const LLVM_READONLY { return Range; }  in getSourceRange()  function
 | 
| /external/llvm/include/llvm/Support/ | 
| D | YAMLParser.h | 131   SMRange getSourceRange() const { return SourceRange; }  in getSourceRange()  function
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ | 
| D | YAMLParser.h | 159   SMRange getSourceRange() const { return SourceRange; }  in getSourceRange()  function
 | 
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | 
| D | CallEvent.h | 264   virtual SourceRange getSourceRange() const {  in getSourceRange()  function753   SourceRange getSourceRange() const override { return Location; }  in getSourceRange()  function
 
 | 
| /external/clang/include/clang/Sema/ | 
| D | DeclSpec.h | 502   SourceRange getSourceRange() const LLVM_READONLY { return Range; }  in getSourceRange()  function1087   SourceRange getSourceRange() const LLVM_READONLY {   in getSourceRange()  function
 1111   SourceRange getSourceRange() const {  in getSourceRange()  function
 1760   SourceRange getSourceRange() const LLVM_READONLY { return Range; }  in getSourceRange()  function
 
 | 
| /external/clang/lib/Parse/ | 
| D | ParseTemplate.cpp | 1315 SourceRange Parser::ParsedTemplateInfo::getSourceRange() const {  in getSourceRange()  function in Parser::ParsedTemplateInfo
 | 
| /external/clang/include/clang/Frontend/ | 
| D | ASTUnit.h | 216     SourceRange getSourceRange(const SourceManager &SM) const {  in getSourceRange()  function
 |