/openbsd-src/gnu/llvm/clang/include/clang/Tooling/ |
H A 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
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | Decl.cpp | 2026 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() function in DeclaratorDecl 2126 SourceRange VarDecl::getSourceRange() const { in getSourceRange() function in VarDecl 2865 SourceRange ParmVarDecl::getSourceRange() const { in getSourceRange() function in ParmVarDecl 4146 SourceRange FunctionDecl::getSourceRange() const { in getSourceRange() function in FunctionDecl 4378 SourceRange FieldDecl::getSourceRange() const { in getSourceRange() function in FieldDecl 4422 SourceRange TagDecl::getSourceRange() const { in getSourceRange() function in TagDecl 4664 SourceRange EnumDecl::getSourceRange() const { in getSourceRange() function in EnumDecl 4949 SourceRange BlockDecl::getSourceRange() const { in getSourceRange() function in BlockDecl 5167 SourceRange EnumConstantDecl::getSourceRange() const { in getSourceRange() function in EnumConstantDecl 5238 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange() function in TypedefDecl [all …]
|
H A D | DeclOpenMP.cpp | 187 SourceRange OMPCapturedExprDecl::getSourceRange() const { in getSourceRange() function in OMPCapturedExprDecl
|
H A D | ASTTypeTraits.cpp | 216 SourceRange DynTypedNode::getSourceRange() const { in getSourceRange() function in DynTypedNode
|
H A D | TemplateBase.cpp | 492 SourceRange TemplateArgumentLoc::getSourceRange() const { in getSourceRange() function in TemplateArgumentLoc
|
H A D | NestedNameSpecifier.cpp | 410 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange() function in NestedNameSpecifierLoc
|
H A D | DeclTemplate.cpp | 677 SourceRange TemplateTypeParmDecl::getSourceRange() const { in getSourceRange() function in TemplateTypeParmDecl 792 SourceRange NonTypeTemplateParmDecl::getSourceRange() const { in getSourceRange() function in NonTypeTemplateParmDecl 992 ClassTemplateSpecializationDecl::getSourceRange() const { in getSourceRange() function in ClassTemplateSpecializationDecl
|
H A D | DeclCXX.cpp | 2603 SourceRange CXXCtorInitializer::getSourceRange() const { in getSourceRange() function in CXXCtorInitializer 3116 SourceRange UsingDecl::getSourceRange() const { in getSourceRange() function in UsingDecl 3140 SourceRange UsingEnumDecl::getSourceRange() const { in getSourceRange() function in UsingEnumDecl 3187 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange() function in UnresolvedUsingValueDecl
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 483 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
|
H A D | DeclFriend.h | 146 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
H A D | RawCommentList.h | 107 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
|
H A D | DeclObjC.h | 286 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 710 SourceRange getSourceRange() const { return Brackets; } in getSourceRange() function 921 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 1100 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 1296 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 2262 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
H A D | DeclTemplate.h | 197 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 451 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
H A D | ExprObjC.h | 161 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 217 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 382 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 1704 SourceRange getSourceRange() const { return {AtLoc, RParen}; } in getSourceRange() function
|
H A D | DeclCXX.h | 113 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 189 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 2903 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3018 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3131 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3752 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 4004 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
H A D | ExprCXX.h | 161 SourceRange getSourceRange() const { return Range; } in getSourceRange() function 350 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 825 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 899 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 950 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 1112 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 2457 SourceRange getSourceRange() const { return Range; } in getSourceRange() function 4091 SourceRange getSourceRange() const { return Range; } in getSourceRange() function 4858 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
|
H A D | Decl.h | 526 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 678 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3275 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 4289 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 4748 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 4799 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
H A D | DeclarationName.h | 872 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
|
H A D | DeclBase.h | 420 virtual SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | YAMLParser.h | 165 SMRange getSourceRange() const { return SourceRange; } in getSourceRange() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 103 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 525 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 1182 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 1208 SourceRange getSourceRange() const { in getSourceRange() function 1770 SourceRange getSourceRange() const { in getSourceRange() function 2004 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 86 SourceRange StmtSequence::getSourceRange() const { in getSourceRange() function in StmtSequence
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 275 virtual SourceRange getSourceRange() const { in getSourceRange() function 824 SourceRange getSourceRange() const override { return Location; } in getSourceRange() function
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 1677 SourceRange Parser::ParsedTemplateInfo::getSourceRange() const { in getSourceRange() function in Parser::ParsedTemplateInfo
|