Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h117 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
165 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
H A DRawCommentList.h110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
H A DNestedNameSpecifier.h467 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DDeclFriend.h136 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclTemplate.h130 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
266 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclCXX.h124 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
201 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
2531 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
2638 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
2754 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3185 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclObjC.h293 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
621 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
780 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
1665 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
2349 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclarationName.h532 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
H A DExprCXX.h91 SourceRange getSourceRange() const { return Range; } in getSourceRange() function
508 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
594 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
636 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
731 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
1788 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
3350 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
H A DDecl.h342 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
461 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
2470 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3308 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
H A DDeclBase.h356 virtual SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp1659 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() function in DeclaratorDecl
1758 SourceRange VarDecl::getSourceRange() const { in getSourceRange() function in VarDecl
2229 SourceRange ParmVarDecl::getSourceRange() const { in getSourceRange() function in ParmVarDecl
3168 SourceRange FunctionDecl::getSourceRange() const { in getSourceRange() function in FunctionDecl
3315 SourceRange FieldDecl::getSourceRange() const { in getSourceRange() function in FieldDecl
3349 SourceRange TagDecl::getSourceRange() const { in getSourceRange() function in TagDecl
3736 SourceRange BlockDecl::getSourceRange() const { in getSourceRange() function in BlockDecl
3871 SourceRange EnumConstantDecl::getSourceRange() const { in getSourceRange() function in EnumConstantDecl
3905 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange() function in TypedefDecl
3914 SourceRange TypeAliasDecl::getSourceRange() const { in getSourceRange() function in TypeAliasDecl
[all …]
H A DASTTypeTraits.cpp143 SourceRange DynTypedNode::getSourceRange() const { in getSourceRange() function in clang::ast_type_traits::DynTypedNode
H A DTemplateBase.cpp428 SourceRange TemplateArgumentLoc::getSourceRange() const { in getSourceRange() function in TemplateArgumentLoc
H A DNestedNameSpecifier.cpp382 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange() function in NestedNameSpecifierLoc
H A DDeclTemplate.cpp490 SourceRange TemplateTypeParmDecl::getSourceRange() const { in getSourceRange() function in TemplateTypeParmDecl
579 SourceRange NonTypeTemplateParmDecl::getSourceRange() const { in getSourceRange() function in NonTypeTemplateParmDecl
758 ClassTemplateSpecializationDecl::getSourceRange() const { in getSourceRange() function in ClassTemplateSpecializationDecl
H A DDeclCXX.cpp1708 SourceRange CXXCtorInitializer::getSourceRange() const { in getSourceRange() function in CXXCtorInitializer
2098 SourceRange UsingDecl::getSourceRange() const { in getSourceRange() function in UsingDecl
2123 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange() function in UnresolvedUsingValueDecl
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h132 SMRange getSourceRange() const { return SourceRange; } in getSourceRange() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h92 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h231 virtual SourceRange getSourceRange() const { in getSourceRange() function
664 SourceRange getSourceRange() const override { return Location; } in getSourceRange() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h503 const SourceRange &getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
1049 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
1073 SourceRange getSourceRange() const { in getSourceRange() function
1675 const SourceRange &getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp1278 SourceRange Parser::ParsedTemplateInfo::getSourceRange() const { in getSourceRange() function in Parser::ParsedTemplateInfo
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h214 SourceRange getSourceRange(const SourceManager &SM) const { in getSourceRange() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp656 SourceRange ObjCMethodCall::getSourceRange() const { in getSourceRange() function in ObjCMethodCall
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp788 SourceRange cxcursor::MacroExpansionCursor::getSourceRange() const { in getSourceRange() function in cxcursor::MacroExpansionCursor

12