Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h107 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
H A DNestedNameSpecifier.h483 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DDeclFriend.h148 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclTemplate.h197 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
440 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclObjC.h287 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
710 SourceRange getSourceRange() const { return Brackets; } in getSourceRange() function
925 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
1102 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
1291 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
2216 SourceRange getSourceRange() const override LLVM_READONLY { 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
2853 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
2968 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3081 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3582 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3812 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DExprObjC.h162 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
218 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
382 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
1705 SourceRange getSourceRange() const { return {AtLoc, RParen}; } in getSourceRange() function
H A DExprCXX.h162 SourceRange getSourceRange() const { return Range; } in getSourceRange() function
351 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
819 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
893 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
944 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
1106 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
2382 SourceRange getSourceRange() const { return Range; } in getSourceRange() function
4018 SourceRange getSourceRange() const { return Range; } in getSourceRange() function
H A DDecl.h500 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
625 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3128 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
4099 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
4520 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclarationName.h863 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DDeclBase.h418 virtual SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp1956 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() function in DeclaratorDecl
2057 SourceRange VarDecl::getSourceRange() const { in getSourceRange() function in VarDecl
2748 SourceRange ParmVarDecl::getSourceRange() const { in getSourceRange() function in ParmVarDecl
3993 SourceRange FunctionDecl::getSourceRange() const { in getSourceRange() function in FunctionDecl
4225 SourceRange FieldDecl::getSourceRange() const { in getSourceRange() function in FieldDecl
4268 SourceRange TagDecl::getSourceRange() const { in getSourceRange() function in TagDecl
4724 SourceRange BlockDecl::getSourceRange() const { in getSourceRange() function in BlockDecl
4937 SourceRange EnumConstantDecl::getSourceRange() const { in getSourceRange() function in EnumConstantDecl
5008 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange() function in TypedefDecl
5017 SourceRange TypeAliasDecl::getSourceRange() const { in getSourceRange() function in TypeAliasDecl
[all …]
H A DDeclOpenMP.cpp187 SourceRange OMPCapturedExprDecl::getSourceRange() const { in getSourceRange() function in OMPCapturedExprDecl
H A DASTTypeTraits.cpp181 SourceRange DynTypedNode::getSourceRange() const { in getSourceRange() function in DynTypedNode
H A DTemplateBase.cpp499 SourceRange TemplateArgumentLoc::getSourceRange() const { in getSourceRange() function in TemplateArgumentLoc
H A DNestedNameSpecifier.cpp409 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange() function in NestedNameSpecifierLoc
H A DDeclTemplate.cpp655 SourceRange TemplateTypeParmDecl::getSourceRange() const { in getSourceRange() function in TemplateTypeParmDecl
770 SourceRange NonTypeTemplateParmDecl::getSourceRange() const { in getSourceRange() function in NonTypeTemplateParmDecl
962 ClassTemplateSpecializationDecl::getSourceRange() const { in getSourceRange() function in ClassTemplateSpecializationDecl
H A DDeclCXX.cpp2571 SourceRange CXXCtorInitializer::getSourceRange() const { in getSourceRange() function in CXXCtorInitializer
3077 SourceRange UsingDecl::getSourceRange() const { in getSourceRange() function in UsingDecl
3125 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange() function in UnresolvedUsingValueDecl
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h165 SMRange getSourceRange() const { return SourceRange; } in getSourceRange() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h105 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h506 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
1159 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
1185 SourceRange getSourceRange() const { in getSourceRange() function
1747 SourceRange getSourceRange() const { in getSourceRange() function
1945 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp86 SourceRange StmtSequence::getSourceRange() const { in getSourceRange() function in StmtSequence
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h276 virtual SourceRange getSourceRange() const { in getSourceRange() function
823 SourceRange getSourceRange() const override { return Location; } in getSourceRange() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp1611 SourceRange Parser::ParsedTemplateInfo::getSourceRange() const { in getSourceRange() function in Parser::ParsedTemplateInfo

12