Searched defs:getSourceRange (Results 1 - 18 of 18) sorted by relevance

/external/clang/lib/AST/
H A DASTTypeTraits.cpp143 SourceRange DynTypedNode::getSourceRange() const { function in class:clang::ast_type_traits::DynTypedNode
145 return CCI->getSourceRange();
147 return NNSL->getSourceRange();
149 return TL->getSourceRange();
151 return D->getSourceRange();
153 return S->getSourceRange();
H A DTemplateBase.cpp428 SourceRange TemplateArgumentLoc::getSourceRange() const { function in class:TemplateArgumentLoc
431 return getSourceExpression()->getSourceRange();
434 return getSourceDeclExpression()->getSourceRange();
437 return getSourceNullPtrExpression()->getSourceRange();
441 return TSI->getTypeLoc().getSourceRange();
458 return getSourceIntegralExpression()->getSourceRange();
H A DNestedNameSpecifier.cpp382 SourceRange NestedNameSpecifierLoc::getSourceRange() const { function in class:NestedNameSpecifierLoc
H A DDeclTemplate.cpp511 SourceRange TemplateTypeParmDecl::getSourceRange() const { function in class:TemplateTypeParmDecl
516 return TypeDecl::getSourceRange();
600 SourceRange NonTypeTemplateParmDecl::getSourceRange() const { function in class:NonTypeTemplateParmDecl
603 getDefaultArgument()->getSourceRange().getEnd());
604 return DeclaratorDecl::getSourceRange();
609 ? getDefaultArgument()->getSourceRange().getBegin()
779 ClassTemplateSpecializationDecl::getSourceRange() const { function in class:ClassTemplateSpecializationDecl
801 return inst_from->getSourceRange();
809 return getSpecializedTemplate()->getSourceRange();
811 return ctd->getSourceRange();
[all...]
H A DDeclCXX.cpp1707 SourceRange CXXCtorInitializer::getSourceRange() const { function in class:CXXCtorInitializer
1711 return I->getSourceRange();
2110 SourceRange UsingDecl::getSourceRange() const { function in class:UsingDecl
2135 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { function in class:UnresolvedUsingValueDecl
H A DDeclObjC.cpp965 return TSI->getTypeLoc().getSourceRange();
1900 SourceRange ObjCPropertyImplDecl::getSourceRange() const { function in class:ObjCPropertyImplDecl
H A DStmt.cpp220 // a more specific implementation of getSourceRange.
225 /// implementation of getSourceRange.
229 return static_cast<const S*>(stmt)->getSourceRange();
233 /// implementation of getSourceRange. Overload resolution should pick it over
244 SourceRange Stmt::getSourceRange() const { function in class:Stmt
250 return getSourceRangeImpl<type>(this, &type::getSourceRange);
906 SourceRange VarRange = V->getSourceRange();
937 SourceRange VarRange = V->getSourceRange();
963 SourceRange VarRange = V->getSourceRange();
997 SourceRange VarRange = V->getSourceRange();
[all...]
H A DDecl.cpp1712 SourceRange DeclaratorDecl::getSourceRange() const { function in class:DeclaratorDecl
1718 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
1810 SourceRange VarDecl::getSourceRange() const { function in class:VarDecl
1814 // DeclaratorDecl::getSourceRange() to handle postfix elements.
1818 return DeclaratorDecl::getSourceRange();
2280 SourceRange ParmVarDecl::getSourceRange() const { function in class:ParmVarDecl
2292 return DeclaratorDecl::getSourceRange();
2309 return E->getSourceRange();
2312 return getUninstantiatedDefaultArg()->getSourceRange();
2815 SourceRange RTRange = FTL.getReturnLoc().getSourceRange();
3207 SourceRange FunctionDecl::getSourceRange() const { function in class:FunctionDecl
3354 SourceRange FieldDecl::getSourceRange() const { function in class:FieldDecl
3388 SourceRange TagDecl::getSourceRange() const { function in class:TagDecl
3775 SourceRange BlockDecl::getSourceRange() const { function in class:BlockDecl
3917 SourceRange EnumConstantDecl::getSourceRange() const { function in class:EnumConstantDecl
3959 SourceRange TypedefDecl::getSourceRange() const { function in class:TypedefDecl
3968 SourceRange TypeAliasDecl::getSourceRange() const { function in class:TypeAliasDecl
4069 SourceRange ImportDecl::getSourceRange() const { function in class:ImportDecl
[all...]
/external/clang/lib/Parse/
H A DParseTemplate.cpp172 << TemplateInfo.getSourceRange();
938 SourceLocation TemplateNameLoc = TemplateName.getSourceRange().getBegin();
1278 SourceRange Parser::ParsedTemplateInfo::getSourceRange() const { function in class:Parser::ParsedTemplateInfo
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp189 SourceLocation Loc = getSourceRange().getBegin();
206 return ArgE->getSourceRange();
656 SourceRange ObjCMethodCall::getSourceRange() const { function in class:ObjCMethodCall
659 return getOriginExpr()->getSourceRange();
662 return getContainingPseudoObjectExpr()->getSourceRange();
/external/llvm/include/llvm/Support/
H A DYAMLParser.h131 SMRange getSourceRange() const { return SourceRange; } function in class:llvm::yaml::Node
/external/clang/include/clang/Frontend/
H A DASTUnit.h214 SourceRange getSourceRange(const SourceManager &SM) const { function in class:clang::ASTUnit::PreambleData
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h231 virtual SourceRange getSourceRange() const { function in class:clang::ento::CallEvent
232 return getOriginExpr()->getSourceRange();
664 SourceRange getSourceRange() const override { return Location; }
836 SourceRange getSourceRange() const override;
/external/clang/tools/libclang/
H A DCXCursor.cpp788 SourceRange cxcursor::MacroExpansionCursor::getSourceRange() const { function in class:cxcursor::MacroExpansionCursor
791 return getAsMacroExpansion()->getSourceRange();
/external/clang/include/clang/AST/
H A DExprCXX.h98 SourceRange getSourceRange() const { return Range; } function in class:clang::CXXOperatorCallExpr
515 SourceRange getSourceRange() const LLVM_READONLY {
516 return SubExpr->getSourceRange();
601 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
643 SourceRange getSourceRange() const LLVM_READONLY {
738 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
1373 /// stored here to improve the performance of getSourceRange(), and
1798 SourceRange getSourceRange() const LLVM_READONLY {
3360 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
/external/clang/include/clang/Sema/
H A DDeclSpec.h503 const SourceRange &getSourceRange() const LLVM_READONLY { return Range; }
1049 SourceRange getSourceRange() const LLVM_READONLY {
1073 SourceRange getSourceRange() const { function in struct:clang::DeclaratorChunk
1633 : DS(ds), Range(ds.getSourceRange()), Context(C),
1677 const SourceRange &getSourceRange() const LLVM_READONLY { return Range; }
1697 const SourceRange &SR = DS.getSourceRange();
1708 Range = DS.getSourceRange();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 428 milliseconds