Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DFixIt.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/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h286 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
485 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DStmtSYCL.h75 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DRawCommentList.h107 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
H A DDeclFriend.h152 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclOpenACC.h58 virtual SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DASTConcept.h192 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DDeclTemplate.h208 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
440 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclObjC.h284 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
709 SourceRange getSourceRange() const { return Brackets; } in getSourceRange() function
925 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
1104 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
1304 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
2276 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DExprObjC.h161 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
217 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
381 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
1708 SourceRange getSourceRange() const { return {AtLoc, RParen}; } in getSourceRange() function
H A DDeclCXX.h113 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
193 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
3059 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3174 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3287 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3908 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
4160 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DExprCXX.h163 SourceRange getSourceRange() const { return getSourceRangeImpl(); } in getSourceRange() function
352 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
827 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
901 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
956 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
1118 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
2590 SourceRange getSourceRange() const { return Range; } in getSourceRange() function
4268 SourceRange getSourceRange() const { return Range; } in getSourceRange() function
5139 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DDecl.h553 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
666 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3511 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
4524 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
5072 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
5139 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclarationName.h901 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2089 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() function in DeclaratorDecl
2189 SourceRange VarDecl::getSourceRange() const { in getSourceRange() function in VarDecl
2968 SourceRange ParmVarDecl::getSourceRange() const { in getSourceRange() function in ParmVarDecl
4482 SourceRange FunctionDecl::getSourceRange() const { in getSourceRange() function in FunctionDecl
4756 SourceRange FieldDecl::getSourceRange() const { in getSourceRange() function in FieldDecl
4823 SourceRange TagDecl::getSourceRange() const { in getSourceRange() function in TagDecl
5065 SourceRange EnumDecl::getSourceRange() const { in getSourceRange() function in EnumDecl
5362 SourceRange BlockDecl::getSourceRange() const { in getSourceRange() function in BlockDecl
5635 SourceRange EnumConstantDecl::getSourceRange() const { in getSourceRange() function in EnumConstantDecl
5709 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange() function in TypedefDecl
[all …]
H A DDeclTemplate.cpp716 SourceRange TemplateTypeParmDecl::getSourceRange() const { in getSourceRange() function in TemplateTypeParmDecl
848 SourceRange NonTypeTemplateParmDecl::getSourceRange() const { in getSourceRange() function in NonTypeTemplateParmDecl
1046 ClassTemplateSpecializationDecl::getSourceRange() const { in getSourceRange() function in ClassTemplateSpecializationDecl
1214 SourceRange ClassTemplatePartialSpecializationDecl::getSourceRange() const { in getSourceRange() function in ClassTemplatePartialSpecializationDecl
1461 SourceRange VarTemplateSpecializationDecl::getSourceRange() const { in getSourceRange() function in VarTemplateSpecializationDecl
1567 SourceRange VarTemplatePartialSpecializationDecl::getSourceRange() const { in getSourceRange() function in VarTemplatePartialSpecializationDecl
H A DDeclOpenMP.cpp189 SourceRange OMPCapturedExprDecl::getSourceRange() const { in getSourceRange() function in OMPCapturedExprDecl
H A DASTTypeTraits.cpp237 SourceRange DynTypedNode::getSourceRange() const { in getSourceRange() function in DynTypedNode
H A DTemplateBase.cpp588 SourceRange TemplateArgumentLoc::getSourceRange() const { in getSourceRange() function in TemplateArgumentLoc
H A DDeclCXX.cpp2909 SourceRange CXXCtorInitializer::getSourceRange() const { in getSourceRange() function in CXXCtorInitializer
3426 SourceRange UsingDecl::getSourceRange() const { in getSourceRange() function in UsingDecl
3451 SourceRange UsingEnumDecl::getSourceRange() const { in getSourceRange() function in UsingEnumDecl
3496 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange() function in UnresolvedUsingValueDecl
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h103 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h167 SMRange getSourceRange() const { return SourceRange; } in getSourceRange() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h573 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
1236 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
1262 SourceRange getSourceRange() const { in getSourceRange() function
1839 SourceRange getSourceRange() const { in getSourceRange() function
2085 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp85 SourceRange StmtSequence::getSourceRange() const { in getSourceRange() function in StmtSequence
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h284 virtual SourceRange getSourceRange() const { in getSourceRange() function
932 SourceRange getSourceRange() const override { return Location; } in getSourceRange() function

12