| /external/clang/include/clang/AST/ |
| D | ExprObjC.h | 117 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 156 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
|
| D | NestedNameSpecifier.h | 439 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
|
| D | DeclFriend.h | 136 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
| D | RawCommentList.h | 110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
|
| D | DeclTemplate.h | 130 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 266 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
| D | DeclCXX.h | 124 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 201 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 2512 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 2619 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 2714 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3122 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
| D | DeclObjC.h | 293 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 620 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 779 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 1656 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 2336 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
| D | ExprCXX.h | 91 SourceRange getSourceRange() const { return Range; } in getSourceRange() function 508 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 594 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 636 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 731 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 1758 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 3319 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
|
| D | DeclarationName.h | 531 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
|
| D | Decl.h | 331 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 444 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 2395 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3206 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
| D | DeclBase.h | 355 virtual SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
|
| /external/clang/lib/AST/ |
| D | ASTTypeTraits.cpp | 96 SourceRange DynTypedNode::getSourceRange() const { in getSourceRange() function in clang::ast_type_traits::DynTypedNode
|
| D | Decl.cpp | 1635 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() function in DeclaratorDecl 1734 SourceRange VarDecl::getSourceRange() const { in getSourceRange() function in VarDecl 2205 SourceRange ParmVarDecl::getSourceRange() const { in getSourceRange() function in ParmVarDecl 3143 SourceRange FunctionDecl::getSourceRange() const { in getSourceRange() function in FunctionDecl 3286 SourceRange FieldDecl::getSourceRange() const { in getSourceRange() function in FieldDecl 3312 SourceRange TagDecl::getSourceRange() const { in getSourceRange() function in TagDecl 3627 SourceRange BlockDecl::getSourceRange() const { in getSourceRange() function in BlockDecl 3755 SourceRange EnumConstantDecl::getSourceRange() const { in getSourceRange() function in EnumConstantDecl 3789 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange() function in TypedefDecl 3798 SourceRange TypeAliasDecl::getSourceRange() const { in getSourceRange() function in TypeAliasDecl [all …]
|
| D | TemplateBase.cpp | 417 SourceRange TemplateArgumentLoc::getSourceRange() const { in getSourceRange() function in TemplateArgumentLoc
|
| D | NestedNameSpecifier.cpp | 348 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange() function in NestedNameSpecifierLoc
|
| D | DeclCXX.cpp | 1676 SourceRange CXXCtorInitializer::getSourceRange() const { in getSourceRange() function in CXXCtorInitializer 2056 SourceRange UsingDecl::getSourceRange() const { in getSourceRange() function in UsingDecl 2081 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange() function in UnresolvedUsingValueDecl
|
| D | DeclTemplate.cpp | 490 SourceRange TemplateTypeParmDecl::getSourceRange() const { in getSourceRange() function in TemplateTypeParmDecl 579 SourceRange NonTypeTemplateParmDecl::getSourceRange() const { in getSourceRange() function in NonTypeTemplateParmDecl 758 ClassTemplateSpecializationDecl::getSourceRange() const { in getSourceRange() function in ClassTemplateSpecializationDecl
|
| /external/llvm/include/llvm/Support/ |
| D | YAMLParser.h | 133 SMRange getSourceRange() const { return SourceRange; } in getSourceRange() function
|
| /external/clang/include/clang/Lex/ |
| D | PreprocessingRecord.h | 92 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | CallEvent.h | 231 virtual SourceRange getSourceRange() const { in getSourceRange() function 664 SourceRange getSourceRange() const override { return Location; } in getSourceRange() function
|
| /external/clang/lib/Parse/ |
| D | ParseTemplate.cpp | 1260 SourceRange Parser::ParsedTemplateInfo::getSourceRange() const { in getSourceRange() function in Parser::ParsedTemplateInfo
|
| /external/clang/include/clang/Frontend/ |
| D | ASTUnit.h | 214 SourceRange getSourceRange(const SourceManager &SM) const { in getSourceRange() function
|
| /external/clang/include/clang/Sema/ |
| D | DeclSpec.h | 486 const SourceRange &getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 1032 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 1633 const SourceRange &getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | CallEvent.cpp | 656 SourceRange ObjCMethodCall::getSourceRange() const { in getSourceRange() function in ObjCMethodCall
|
| /external/clang/tools/libclang/ |
| D | CXCursor.cpp | 746 SourceRange cxcursor::MacroExpansionCursor::getSourceRange() const { in getSourceRange() function in cxcursor::MacroExpansionCursor
|