/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 483 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
|
H A D | DeclFriend.h | 147 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 | ASTConcept.h | 192 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
|
H A D | DeclTemplate.h | 203 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 438 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
H A D | DeclObjC.h | 284 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 711 SourceRange getSourceRange() const { return Brackets; } in getSourceRange() function 927 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 1106 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 1306 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 2276 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
H A D | DeclCXX.h | 113 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 193 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 2996 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3111 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3224 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3846 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 4098 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 954 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 1116 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 2481 SourceRange getSourceRange() const { return Range; } in getSourceRange() function 4146 SourceRange getSourceRange() const { return Range; } in getSourceRange() function 5023 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
|
H A D | Decl.h | 529 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 642 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 3392 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 4413 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 4890 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function 4941 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
|
H A D | DeclBase.h | 433 virtual SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 2072 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() function in DeclaratorDecl 2172 SourceRange VarDecl::getSourceRange() const { in getSourceRange() function in VarDecl 2930 SourceRange ParmVarDecl::getSourceRange() const { in getSourceRange() function in ParmVarDecl 4387 SourceRange FunctionDecl::getSourceRange() const { in getSourceRange() function in FunctionDecl 4658 SourceRange FieldDecl::getSourceRange() const { in getSourceRange() function in FieldDecl 4712 SourceRange TagDecl::getSourceRange() const { in getSourceRange() function in TagDecl 4954 SourceRange EnumDecl::getSourceRange() const { in getSourceRange() function in EnumDecl 5254 SourceRange BlockDecl::getSourceRange() const { in getSourceRange() function in BlockDecl 5486 SourceRange EnumConstantDecl::getSourceRange() const { in getSourceRange() function in EnumConstantDecl 5560 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange() function in TypedefDecl [all …]
|
H A D | DeclOpenMP.cpp | 189 SourceRange OMPCapturedExprDecl::getSourceRange() const { in getSourceRange() function in OMPCapturedExprDecl
|
H A D | DeclTemplate.cpp | 677 SourceRange TemplateTypeParmDecl::getSourceRange() const { in getSourceRange() function in TemplateTypeParmDecl 796 SourceRange NonTypeTemplateParmDecl::getSourceRange() const { in getSourceRange() function in NonTypeTemplateParmDecl 1002 ClassTemplateSpecializationDecl::getSourceRange() const { in getSourceRange() function in ClassTemplateSpecializationDecl 1169 SourceRange ClassTemplatePartialSpecializationDecl::getSourceRange() const { in getSourceRange() function in ClassTemplatePartialSpecializationDecl 1413 SourceRange VarTemplateSpecializationDecl::getSourceRange() const { in getSourceRange() function in VarTemplateSpecializationDecl 1519 SourceRange VarTemplatePartialSpecializationDecl::getSourceRange() const { in getSourceRange() function in VarTemplatePartialSpecializationDecl
|
H A D | ASTTypeTraits.cpp | 237 SourceRange DynTypedNode::getSourceRange() const { in getSourceRange() function in DynTypedNode
|
H A D | TemplateBase.cpp | 584 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 | DeclCXX.cpp | 2710 SourceRange CXXCtorInitializer::getSourceRange() const { in getSourceRange() function in CXXCtorInitializer 3201 SourceRange UsingDecl::getSourceRange() const { in getSourceRange() function in UsingDecl 3226 SourceRange UsingEnumDecl::getSourceRange() const { in getSourceRange() function in UsingEnumDecl 3273 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange() function in UnresolvedUsingValueDecl
|
H A D | DeclObjC.cpp | 1497 SourceRange ObjCTypeParamDecl::getSourceRange() const { in getSourceRange() function in ObjCTypeParamDecl 2403 SourceRange ObjCPropertyImplDecl::getSourceRange() const { in getSourceRange() function in ObjCPropertyImplDecl
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | YAMLParser.h | 165 SMRange getSourceRange() const { return SourceRange; } in getSourceRange() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 103 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 571 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function 1234 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function 1260 SourceRange getSourceRange() const { in getSourceRange() function 1836 SourceRange getSourceRange() const { in getSourceRange() function 2082 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 86 SourceRange StmtSequence::getSourceRange() const { in getSourceRange() function in StmtSequence
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 284 virtual SourceRange getSourceRange() const { in getSourceRange() function 925 SourceRange getSourceRange() const override { return Location; } in getSourceRange() function
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 1590 SourceRange Parser::ParsedTemplateInfo::getSourceRange() const { in getSourceRange() function in Parser::ParsedTemplateInfo
|