Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/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.h195 SourceRange getSourceRange() const LLVM_READONLY { getSourceRange() function
H A DDeclTemplate.h202 SourceRange getSourceRange() const LLVM_READONLY { getSourceRange() function
457 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
[all...]
H A DDeclObjC.h284 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
710 SourceRange getSourceRange() const { return Brackets; } getSourceRange() function
924 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
1103 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
1304 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
2273 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
[all...]
H A DExprObjC.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
H A DDeclCXX.h113 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
193 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
2982 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
3097 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
3210 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
3832 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
4084 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
[all...]
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
950 SourceRange getSourceRange() const LLVM_READONLY { getSourceRange() function
1112 SourceRange getSourceRange() const LLVM_READONLY { return Range; } getSourceRange() function
2465 SourceRange getSourceRange() const { return Range; } getSourceRange() function
4109 SourceRange getSourceRange() const { return Range; } getSourceRange() function
4876 SourceRange getSourceRange() const LLVM_READONLY { getSourceRange() function
[all...]
H A DDecl.h529 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
681 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
3378 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
4397 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
4863 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
4914 SourceRange getSourceRange() const override LLVM_READONLY { getSourceRange() function
[all...]
H A DDeclarationName.h873 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DDeclBase.h432 virtual SourceRange getSourceRange() const LLVM_READONLY { getSourceRange() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2087 SourceRange DeclaratorDecl::getSourceRange() const { getSourceRange() function in DeclaratorDecl
2187 SourceRange VarDecl::getSourceRange() const { getSourceRange() function in VarDecl
2928 SourceRange ParmVarDecl::getSourceRange() const { getSourceRange() function in ParmVarDecl
4339 SourceRange FunctionDecl::getSourceRange() const { getSourceRange() function in FunctionDecl
4610 SourceRange FieldDecl::getSourceRange() const { getSourceRange() function in FieldDecl
4664 SourceRange TagDecl::getSourceRange() const { getSourceRange() function in TagDecl
4906 SourceRange EnumDecl::getSourceRange() const { getSourceRange() function in EnumDecl
5199 SourceRange BlockDecl::getSourceRange() const { getSourceRange() function in BlockDecl
5424 SourceRange EnumConstantDecl::getSourceRange() const { getSourceRange() function in EnumConstantDecl
5495 SourceRange TypedefDecl::getSourceRange() const { getSourceRange() function in TypedefDecl
5504 SourceRange TypeAliasDecl::getSourceRange() const { getSourceRange() function in TypeAliasDecl
5545 SourceRange TopLevelStmtDecl::getSourceRange() const { getSourceRange() function in TopLevelStmtDecl
5659 SourceRange ImportDecl::getSourceRange() const { getSourceRange() function in ImportDecl
[all...]
H A DDeclOpenMP.cpp187 SourceRange OMPCapturedExprDecl::getSourceRange() const { getSourceRange() function in OMPCapturedExprDecl
H A DDeclTemplate.cpp676 SourceRange TemplateTypeParmDecl::getSourceRange() const { getSourceRange() function in TemplateTypeParmDecl
789 SourceRange NonTypeTemplateParmDecl::getSourceRange() const { getSourceRange() function in NonTypeTemplateParmDecl
989 ClassTemplateSpecializationDecl::getSourceRange() const { getSourceRange() function in ClassTemplateSpecializationDecl
1388 SourceRange VarTemplateSpecializationDecl::getSourceRange() const { getSourceRange() function in VarTemplateSpecializationDecl
1442 SourceRange VarTemplatePartialSpecializationDecl::getSourceRange() const { getSourceRange() function in VarTemplatePartialSpecializationDecl
[all...]
H A DASTTypeTraits.cpp235 SourceRange DynTypedNode::getSourceRange() const { getSourceRange() function in DynTypedNode
[all...]
H A DNestedNameSpecifier.cpp410 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange() function in NestedNameSpecifierLoc
H A DTemplateBase.cpp587 return getSourceExpression()->getSourceRange(); in getSourceRange() function in TemplateArgumentLoc
H A DDeclCXX.cpp2657 SourceRange CXXCtorInitializer::getSourceRange() const { getSourceRange() function in CXXCtorInitializer
3170 SourceRange UsingDecl::getSourceRange() const { getSourceRange() function in UsingDecl
3194 SourceRange UsingEnumDecl::getSourceRange() const { getSourceRange() function in UsingEnumDecl
3241 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { getSourceRange() function in UnresolvedUsingValueDecl
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h103 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h165 SMRange getSourceRange() const { return SourceRange; } in getSourceRange() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp86 SourceRange StmtSequence::getSourceRange() const { in getSourceRange() function in StmtSequence
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h541 SourceRange getSourceRange() const LLVM_READONLY { return Range; } getSourceRange() function
1198 SourceRange getSourceRange() const LLVM_READONLY { getSourceRange() function
1224 SourceRange getSourceRange() const { getSourceRange() function
1786 SourceRange getSourceRange() const { getSourceRange() function
2021 SourceRange getSourceRange() const LLVM_READONLY { return Range; } getSourceRange() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h283 virtual SourceRange getSourceRange() const { getSourceRange() function
853 SourceRange getSourceRange() const override { return Location; } getSourceRange() function

12