Home
last modified time | relevance | path

Searched defs:getSourceRange (Results 1 – 25 of 29) 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.h483 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DDeclFriend.h147 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DRawCommentList.h107 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
H A DASTConcept.h192 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DDeclTemplate.h203 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
438 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclObjC.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
H A DDeclCXX.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
H A DExprCXX.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
H A DDecl.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
H A DDeclBase.h433 virtual SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.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 …]
H A DDeclOpenMP.cpp189 SourceRange OMPCapturedExprDecl::getSourceRange() const { in getSourceRange() function in OMPCapturedExprDecl
H A DDeclTemplate.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
H A DASTTypeTraits.cpp237 SourceRange DynTypedNode::getSourceRange() const { in getSourceRange() function in DynTypedNode
H A DTemplateBase.cpp584 SourceRange TemplateArgumentLoc::getSourceRange() const { in getSourceRange() function in TemplateArgumentLoc
H A DNestedNameSpecifier.cpp410 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange() function in NestedNameSpecifierLoc
H A DDeclCXX.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
H A DDeclObjC.cpp1497 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 DYAMLParser.h165 SMRange getSourceRange() const { return SourceRange; } in getSourceRange() function
/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/clang/include/clang/Sema/
H A DDeclSpec.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/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp86 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
925 SourceRange getSourceRange() const override { return Location; } in getSourceRange() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1590 SourceRange Parser::ParsedTemplateInfo::getSourceRange() const { in getSourceRange() function in Parser::ParsedTemplateInfo

12