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

/external/clang/lib/AST/
H A DTemplateBase.cpp406 SourceRange TemplateArgumentLoc::getSourceRange() const { function in class:TemplateArgumentLoc
409 return getSourceExpression()->getSourceRange();
412 return getSourceDeclExpression()->getSourceRange();
416 return TSI->getTypeLoc().getSourceRange();
H A DNestedNameSpecifier.cpp349 SourceRange NestedNameSpecifierLoc::getSourceRange() const { function in class:NestedNameSpecifierLoc
H A DDeclObjC.cpp1340 SourceRange ObjCPropertyImplDecl::getSourceRange() const { function in class:ObjCPropertyImplDecl
H A DDeclTemplate.cpp480 SourceRange TemplateTypeParmDecl::getSourceRange() const { function in class:TemplateTypeParmDecl
485 return TypeDecl::getSourceRange();
577 SourceRange NonTypeTemplateParmDecl::getSourceRange() const { function in class:NonTypeTemplateParmDecl
580 getDefaultArgument()->getSourceRange().getEnd());
581 return DeclaratorDecl::getSourceRange();
586 ? getDefaultArgument()->getSourceRange().getBegin()
765 ClassTemplateSpecializationDecl::getSourceRange() const { function in class:ClassTemplateSpecializationDecl
781 return getSpecializedTemplate()->getSourceRange();
783 return ctd->getSourceRange();
785 ->getSourceRange();
[all...]
H A DDeclCXX.cpp1597 SourceRange CXXCtorInitializer::getSourceRange() const { function in class:CXXCtorInitializer
1601 return I->getSourceRange();
H A DExprCXX.cpp55 SourceRange CXXScalarValueInitExpr::getSourceRange() const { function in class:CXXScalarValueInitExpr
137 return getInitializer()->getSourceRange().getEnd();
204 SourceRange CXXPseudoDestructorExpr::getSourceRange() const { function in class:CXXPseudoDestructorExpr
406 SourceRange CXXConstructExpr::getSourceRange() const { function in class:CXXConstructExpr
408 return cast<CXXTemporaryObjectExpr>(this)->getSourceRange();
438 return getArg(0)->getSourceRange();
713 SourceRange CXXTemporaryObjectExpr::getSourceRange() const { function in class:CXXTemporaryObjectExpr
1044 SourceRange CXXUnresolvedConstructExpr::getSourceRange() const { function in class:CXXUnresolvedConstructExpr
H A DStmt.cpp145 (void) sizeof(is_good(implements_getSourceRange(&type::getSourceRange)))
170 SourceRange Stmt::getSourceRange() const { function in class:Stmt
176 return static_cast<const type*>(this)->getSourceRange();
202 return static_cast<const S*>(stmt)->getSourceRange().getBegin();
220 return static_cast<const S*>(stmt)->getSourceRange().getEnd();
295 SourceRange ReturnStmt::getSourceRange() const { function in class:ReturnStmt
771 SourceRange ObjCAtTryStmt::getSourceRange() const { function in class:ObjCAtTryStmt
868 SourceRange VarRange = V->getSourceRange();
899 SourceRange VarRange = V->getSourceRange();
926 SourceRange VarRange = V->getSourceRange();
[all...]
H A DDecl.cpp1136 SourceRange DeclaratorDecl::getSourceRange() const { function in class:DeclaratorDecl
1140 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
1206 SourceRange VarDecl::getSourceRange() const { function in class:VarDecl
1209 return DeclaratorDecl::getSourceRange();
1572 SourceRange ParmVarDecl::getSourceRange() const { function in class:ParmVarDecl
1579 return DeclaratorDecl::getSourceRange();
1596 return E->getSourceRange();
1599 return getUninstantiatedDefaultArg()->getSourceRange();
2386 SourceRange FunctionDecl::getSourceRange() const { function in class:FunctionDecl
2537 SourceRange FieldDecl::getSourceRange() cons function in class:FieldDecl
2563 SourceRange TagDecl::getSourceRange() const { function in class:TagDecl
2848 SourceRange BlockDecl::getSourceRange() const { function in class:BlockDecl
2960 SourceRange EnumConstantDecl::getSourceRange() const { function in class:EnumConstantDecl
2994 SourceRange TypedefDecl::getSourceRange() const { function in class:TypedefDecl
3003 SourceRange TypeAliasDecl::getSourceRange() const { function in class:TypeAliasDecl
3096 SourceRange ImportDecl::getSourceRange() const { function in class:ImportDecl
[all...]
H A DExpr.cpp378 SourceRange DeclRefExpr::getSourceRange() const { function in class:DeclRefExpr
379 SourceRange R = getNameInfo().getSourceRange();
1092 SourceRange CallExpr::getSourceRange() const { function in class:CallExpr
1094 return cast<CXXOperatorCallExpr>(this)->getSourceRange();
1106 return cast<CXXOperatorCallExpr>(this)->getSourceRange().getBegin();
1115 return cast<CXXOperatorCallExpr>(this)->getSourceRange().getEnd();
1243 SourceRange MemberExpr::getSourceRange() const { function in class:MemberExpr
1738 SourceRange InitListExpr::getSourceRange() const { function in class:InitListExpr
1740 return SyntacticForm->getSourceRange();
1759 End = S->getSourceRange()
3593 SourceRange DesignatedInitExpr::getSourceRange() const { function in class:DesignatedInitExpr
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp206 SourceLocation Loc = getSourceRange().getBegin();
223 return ArgE->getSourceRange();
643 SourceRange ObjCMethodCall::getSourceRange() const { function in class:ObjCMethodCall
646 return getOriginExpr()->getSourceRange();
649 return getContainingPseudoObjectExpr()->getSourceRange();
/external/llvm/include/llvm/Support/
H A DYAMLParser.h122 SMRange getSourceRange() const { return SourceRange; } function in class:llvm::yaml::Node
/external/clang/lib/Parse/
H A DParseTemplate.cpp873 SourceLocation TemplateNameLoc = TemplateName.getSourceRange().getBegin();
1221 SourceRange Parser::ParsedTemplateInfo::getSourceRange() const { function in class:Parser::ParsedTemplateInfo
/external/clang/include/clang/Frontend/
H A DASTUnit.h193 SourceRange getSourceRange(const SourceManager &SM) const { function in class:clang::ASTUnit::PreambleData
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h233 virtual SourceRange getSourceRange() const { function in class:clang::ento::CallEvent
234 return getOriginExpr()->getSourceRange();
628 virtual SourceRange getSourceRange() const { return Location; } function in class:clang::ento::CXXDestructorCall
800 virtual SourceRange getSourceRange() const;
/external/clang/include/clang/AST/
H A DExprCXX.h81 SourceRange getSourceRange() const { return Range; } function in class:clang::CXXOperatorCallExpr
193 SourceRange getSourceRange() const LLVM_READONLY {
384 SourceRange getSourceRange() const { function in class:clang::UserDefinedLiteral
423 SourceRange getSourceRange() const LLVM_READONLY { return SourceRange(Loc); }
449 SourceRange getSourceRange() const LLVM_READONLY { return SourceRange(Loc); }
532 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
607 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
653 SourceRange getSourceRange() const LLVM_READONLY { return SourceRange(Loc); }
703 SourceRange getSourceRange() const LLVM_READONLY {
706 return SourceRange(ThrowLoc, getSubExpr()->getSourceRange()
[all...]
/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 2486 milliseconds