Home
last modified time | relevance | path

Searched defs:getSourceRange (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
HDFixIt.h32 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-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDNestedNameSpecifier.h483 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
HDDeclFriend.h147 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
HDRawCommentList.h107 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
HDASTConcept.h192 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
HDDeclTemplate.h203 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
438 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
HDDeclObjC.h284 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
HDExprObjC.h161 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
217 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
383 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
1715 SourceRange getSourceRange() const { return {AtLoc, RParen}; } in getSourceRange() function
HDDeclCXX.h113 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
HDExprCXX.h161 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
HDDecl.h529 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
HDDeclarationName.h873 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
HDDeclBase.h433 virtual SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp2072 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 …]
HDDeclTemplate.cpp677 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
HDDeclOpenMP.cpp189 SourceRange OMPCapturedExprDecl::getSourceRange() const { in getSourceRange() function in OMPCapturedExprDecl
HDASTTypeTraits.cpp237 SourceRange DynTypedNode::getSourceRange() const { in getSourceRange() function in DynTypedNode
HDTemplateBase.cpp584 SourceRange TemplateArgumentLoc::getSourceRange() const { in getSourceRange() function in TemplateArgumentLoc
HDNestedNameSpecifier.cpp410 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange() function in NestedNameSpecifierLoc
HDDeclCXX.cpp2710 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
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessingRecord.h103 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDYAMLParser.h165 SMRange getSourceRange() const { return SourceRange; } in getSourceRange() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h571 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-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDCloneDetection.cpp86 SourceRange StmtSequence::getSourceRange() const { in getSourceRange() function in StmtSequence
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallEvent.h284 virtual SourceRange getSourceRange() const { in getSourceRange() function
925 SourceRange getSourceRange() const override { return Location; } in getSourceRange() function

12