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
165 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
DRawCommentList.h110 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
DNestedNameSpecifier.h467 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
DDeclFriend.h136 SourceRange getSourceRange() const override LLVM_READONLY { 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
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
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
2352 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
DExprCXX.h98 SourceRange getSourceRange() const { return Range; } in getSourceRange() function
515 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
601 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
643 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
738 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
1798 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
3360 SourceRange getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
DDeclarationName.h532 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
DDecl.h382 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
501 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
2519 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
3361 SourceRange getSourceRange() const override LLVM_READONLY { in getSourceRange() function
DDeclBase.h357 virtual SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange() function
/external/clang/lib/AST/
DDecl.cpp1712 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() function in DeclaratorDecl
1810 SourceRange VarDecl::getSourceRange() const { in getSourceRange() function in VarDecl
2280 SourceRange ParmVarDecl::getSourceRange() const { in getSourceRange() function in ParmVarDecl
3207 SourceRange FunctionDecl::getSourceRange() const { in getSourceRange() function in FunctionDecl
3354 SourceRange FieldDecl::getSourceRange() const { in getSourceRange() function in FieldDecl
3388 SourceRange TagDecl::getSourceRange() const { in getSourceRange() function in TagDecl
3775 SourceRange BlockDecl::getSourceRange() const { in getSourceRange() function in BlockDecl
3917 SourceRange EnumConstantDecl::getSourceRange() const { in getSourceRange() function in EnumConstantDecl
3959 SourceRange TypedefDecl::getSourceRange() const { in getSourceRange() function in TypedefDecl
3968 SourceRange TypeAliasDecl::getSourceRange() const { in getSourceRange() function in TypeAliasDecl
[all …]
DASTTypeTraits.cpp143 SourceRange DynTypedNode::getSourceRange() const { in getSourceRange() function in clang::ast_type_traits::DynTypedNode
DTemplateBase.cpp428 SourceRange TemplateArgumentLoc::getSourceRange() const { in getSourceRange() function in TemplateArgumentLoc
DNestedNameSpecifier.cpp382 SourceRange NestedNameSpecifierLoc::getSourceRange() const { in getSourceRange() function in NestedNameSpecifierLoc
DDeclTemplate.cpp511 SourceRange TemplateTypeParmDecl::getSourceRange() const { in getSourceRange() function in TemplateTypeParmDecl
600 SourceRange NonTypeTemplateParmDecl::getSourceRange() const { in getSourceRange() function in NonTypeTemplateParmDecl
779 ClassTemplateSpecializationDecl::getSourceRange() const { in getSourceRange() function in ClassTemplateSpecializationDecl
DDeclCXX.cpp1707 SourceRange CXXCtorInitializer::getSourceRange() const { in getSourceRange() function in CXXCtorInitializer
2110 SourceRange UsingDecl::getSourceRange() const { in getSourceRange() function in UsingDecl
2135 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange() function in UnresolvedUsingValueDecl
/external/llvm/include/llvm/Support/
DYAMLParser.h131 SMRange getSourceRange() const { return SourceRange; } in getSourceRange() function
/external/clang/include/clang/Lex/
DPreprocessingRecord.h93 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/include/clang/Sema/
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
1677 const SourceRange &getSourceRange() const LLVM_READONLY { return Range; } in getSourceRange() function
/external/clang/lib/Parse/
DParseTemplate.cpp1278 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/lib/StaticAnalyzer/Core/
DCallEvent.cpp656 SourceRange ObjCMethodCall::getSourceRange() const { in getSourceRange() function in ObjCMethodCall
/external/clang/tools/libclang/
DCXCursor.cpp788 SourceRange cxcursor::MacroExpansionCursor::getSourceRange() const { in getSourceRange() function in cxcursor::MacroExpansionCursor

12