Home
last modified time | relevance | path

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

12

/external/clang/include/clang/AST/
DExprObjC.h117 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
156 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
DNestedNameSpecifier.h439 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
DDeclFriend.h136 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
DRawCommentList.h110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
DDeclTemplate.h130 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
266 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
DDeclCXX.h124 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
201 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
2512 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
2619 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
2714 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3122 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
DDeclObjC.h293 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
620 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
779 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
1656 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
2336 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
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
1758 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
3319 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
DDeclarationName.h531 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
DDecl.h331 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
444 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
2395 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3206 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
DDeclBase.h355 virtual SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
/external/clang/lib/AST/
DASTTypeTraits.cpp96 SourceRange DynTypedNode::getSourceRange() const { in getSourceRange() function in clang::ast_type_traits::DynTypedNode
DDecl.cpp1635 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() function in DeclaratorDecl
1734 SourceRange VarDecl::getSourceRange() const { in getSourceRange() function in VarDecl
2205 SourceRange ParmVarDecl::getSourceRange() const { in getSourceRange() function in ParmVarDecl
3143 SourceRange FunctionDecl::getSourceRange() const { in getSourceRange() function in FunctionDecl
3286 SourceRange FieldDecl::getSourceRange() const { in getSourceRange() function in FieldDecl
3312 SourceRange TagDecl::getSourceRange() const { in getSourceRange() function in TagDecl
3627 SourceRange BlockDecl::getSourceRange() const { in getSourceRange() function in BlockDecl
3755 SourceRange EnumConstantDecl::getSourceRange() const { in getSourceRange() function in EnumConstantDecl
3789 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange() function in TypedefDecl
3798 SourceRange TypeAliasDecl::getSourceRange() const { in getSourceRange() function in TypeAliasDecl
[all …]
DTemplateBase.cpp417 SourceRange TemplateArgumentLoc::getSourceRange() const { in getSourceRange() function in TemplateArgumentLoc
DNestedNameSpecifier.cpp348 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange() function in NestedNameSpecifierLoc
DDeclCXX.cpp1676 SourceRange CXXCtorInitializer::getSourceRange() const { in getSourceRange() function in CXXCtorInitializer
2056 SourceRange UsingDecl::getSourceRange() const { in getSourceRange() function in UsingDecl
2081 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange() function in UnresolvedUsingValueDecl
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
/external/llvm/include/llvm/Support/
DYAMLParser.h133 SMRange getSourceRange() const { return SourceRange; } in getSourceRange() function
/external/clang/include/clang/Lex/
DPreprocessingRecord.h92 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h231 virtual SourceRange getSourceRange() const { in getSourceRange() function
664 SourceRange getSourceRange() const override { return Location; } in getSourceRange() function
/external/clang/lib/Parse/
DParseTemplate.cpp1260 SourceRange Parser::ParsedTemplateInfo::getSourceRange() const { in getSourceRange() function in Parser::ParsedTemplateInfo
/external/clang/include/clang/Frontend/
DASTUnit.h214 SourceRange getSourceRange(const SourceManager &SM) const { in getSourceRange() function
/external/clang/include/clang/Sema/
DDeclSpec.h486 const SourceRange &getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
1032 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
1633 const SourceRange &getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp656 SourceRange ObjCMethodCall::getSourceRange() const { in getSourceRange() function in ObjCMethodCall
/external/clang/tools/libclang/
DCXCursor.cpp746 SourceRange cxcursor::MacroExpansionCursor::getSourceRange() const { in getSourceRange() function in cxcursor::MacroExpansionCursor

12