Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp2026 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() function in DeclaratorDecl
2126 SourceRange VarDecl::getSourceRange() const { in getSourceRange() function in VarDecl
2865 SourceRange ParmVarDecl::getSourceRange() const { in getSourceRange() function in ParmVarDecl
4146 SourceRange FunctionDecl::getSourceRange() const { in getSourceRange() function in FunctionDecl
4378 SourceRange FieldDecl::getSourceRange() const { in getSourceRange() function in FieldDecl
4422 SourceRange TagDecl::getSourceRange() const { in getSourceRange() function in TagDecl
4664 SourceRange EnumDecl::getSourceRange() const { in getSourceRange() function in EnumDecl
4949 SourceRange BlockDecl::getSourceRange() const { in getSourceRange() function in BlockDecl
5167 SourceRange EnumConstantDecl::getSourceRange() const { in getSourceRange() function in EnumConstantDecl
5238 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange() function in TypedefDecl
[all …]
H A DDeclOpenMP.cpp187 SourceRange OMPCapturedExprDecl::getSourceRange() const { in getSourceRange() function in OMPCapturedExprDecl
H A DASTTypeTraits.cpp216 SourceRange DynTypedNode::getSourceRange() const { in getSourceRange() function in DynTypedNode
H A DTemplateBase.cpp492 SourceRange TemplateArgumentLoc::getSourceRange() const { in getSourceRange() function in TemplateArgumentLoc
H A DNestedNameSpecifier.cpp410 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange() function in NestedNameSpecifierLoc
H A DDeclTemplate.cpp677 SourceRange TemplateTypeParmDecl::getSourceRange() const { in getSourceRange() function in TemplateTypeParmDecl
792 SourceRange NonTypeTemplateParmDecl::getSourceRange() const { in getSourceRange() function in NonTypeTemplateParmDecl
992 ClassTemplateSpecializationDecl::getSourceRange() const { in getSourceRange() function in ClassTemplateSpecializationDecl
H A DDeclCXX.cpp2603 SourceRange CXXCtorInitializer::getSourceRange() const { in getSourceRange() function in CXXCtorInitializer
3116 SourceRange UsingDecl::getSourceRange() const { in getSourceRange() function in UsingDecl
3140 SourceRange UsingEnumDecl::getSourceRange() const { in getSourceRange() function in UsingEnumDecl
3187 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange() function in UnresolvedUsingValueDecl
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DNestedNameSpecifier.h483 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DDeclFriend.h146 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 DDeclObjC.h286 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
710 SourceRange getSourceRange() const { return Brackets; } in getSourceRange() function
921 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
1100 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
1296 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
2262 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclTemplate.h197 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
451 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
382 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
1704 SourceRange getSourceRange() const { return {AtLoc, RParen}; } in getSourceRange() function
H A DDeclCXX.h113 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
189 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
2903 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3018 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3131 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3752 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
4004 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
950 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
1112 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
2457 SourceRange getSourceRange() const { return Range; } in getSourceRange() function
4091 SourceRange getSourceRange() const { return Range; } in getSourceRange() function
4858 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DDecl.h526 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
678 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3275 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
4289 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
4748 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
4799 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclarationName.h872 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DDeclBase.h420 virtual SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLParser.h165 SMRange getSourceRange() const { return SourceRange; } in getSourceRange() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessingRecord.h103 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h525 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
1182 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
1208 SourceRange getSourceRange() const { in getSourceRange() function
1770 SourceRange getSourceRange() const { in getSourceRange() function
2004 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCloneDetection.cpp86 SourceRange StmtSequence::getSourceRange() const { in getSourceRange() function in StmtSequence
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h275 virtual SourceRange getSourceRange() const { in getSourceRange() function
824 SourceRange getSourceRange() const override { return Location; } in getSourceRange() function
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp1677 SourceRange Parser::ParsedTemplateInfo::getSourceRange() const { in getSourceRange() function in Parser::ParsedTemplateInfo

12