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

/external/clang/lib/AST/
H A DTemplateBase.cpp413 SourceRange TemplateArgumentLoc::getSourceRange() const { function in class:TemplateArgumentLoc
416 return getSourceExpression()->getSourceRange();
419 return getSourceDeclExpression()->getSourceRange();
422 return getSourceNullPtrExpression()->getSourceRange();
426 return TSI->getTypeLoc().getSourceRange();
443 return getSourceIntegralExpression()->getSourceRange();
H A DNestedNameSpecifier.cpp346 SourceRange NestedNameSpecifierLoc::getSourceRange() const { function in class:NestedNameSpecifierLoc
H A DDeclTemplate.cpp494 SourceRange TemplateTypeParmDecl::getSourceRange() const { function in class:TemplateTypeParmDecl
499 return TypeDecl::getSourceRange();
591 SourceRange NonTypeTemplateParmDecl::getSourceRange() const { function in class:NonTypeTemplateParmDecl
594 getDefaultArgument()->getSourceRange().getEnd());
595 return DeclaratorDecl::getSourceRange();
600 ? getDefaultArgument()->getSourceRange().getBegin()
780 ClassTemplateSpecializationDecl::getSourceRange() const { function in class:ClassTemplateSpecializationDecl
802 return inst_from->getSourceRange();
810 return getSpecializedTemplate()->getSourceRange();
812 return ctd->getSourceRange();
[all...]
H A DDeclCXX.cpp1599 SourceRange CXXCtorInitializer::getSourceRange() const { function in class:CXXCtorInitializer
1603 return I->getSourceRange();
1972 SourceRange UsingDecl::getSourceRange() const { function in class:UsingDecl
1997 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { function in class:UnresolvedUsingValueDecl
H A DDeclObjC.cpp1795 SourceRange ObjCPropertyImplDecl::getSourceRange() const { function in class:ObjCPropertyImplDecl
H A DStmt.cpp195 // a more specific implementation of getSourceRange.
200 /// implementation of getSourceRange.
204 return static_cast<const S*>(stmt)->getSourceRange();
208 /// implementation of getSourceRange. Overload resolution should pick it over
219 SourceRange Stmt::getSourceRange() const { function in class:Stmt
225 return getSourceRangeImpl<type>(this, &type::getSourceRange);
848 SourceRange VarRange = V->getSourceRange();
879 SourceRange VarRange = V->getSourceRange();
906 SourceRange VarRange = V->getSourceRange();
940 SourceRange VarRange = V->getSourceRange();
[all...]
H A DDecl.cpp1511 SourceRange DeclaratorDecl::getSourceRange() const { function in class:DeclaratorDecl
1515 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
1589 SourceRange VarDecl::getSourceRange() const { function in class:VarDecl
1593 // DeclaratorDecl::getSourceRange() to handle postfix elements.
1597 return DeclaratorDecl::getSourceRange();
2052 SourceRange ParmVarDecl::getSourceRange() const { function in class:ParmVarDecl
2064 return DeclaratorDecl::getSourceRange();
2081 return E->getSourceRange();
2084 return getUninstantiatedDefaultArg()->getSourceRange();
2876 SourceRange FunctionDecl::getSourceRange() cons function in class:FunctionDecl
3015 SourceRange FieldDecl::getSourceRange() const { function in class:FieldDecl
3041 SourceRange TagDecl::getSourceRange() const { function in class:TagDecl
3350 SourceRange BlockDecl::getSourceRange() const { function in class:BlockDecl
3491 SourceRange EnumConstantDecl::getSourceRange() const { function in class:EnumConstantDecl
3525 SourceRange TypedefDecl::getSourceRange() const { function in class:TypedefDecl
3534 SourceRange TypeAliasDecl::getSourceRange() const { function in class:TypeAliasDecl
3638 SourceRange ImportDecl::getSourceRange() const { function in class:ImportDecl
[all...]
/external/clang/lib/Parse/
H A DParseTemplate.cpp882 SourceLocation TemplateNameLoc = TemplateName.getSourceRange().getBegin();
1233 SourceRange Parser::ParsedTemplateInfo::getSourceRange() const { function in class:Parser::ParsedTemplateInfo
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp182 SourceLocation Loc = getSourceRange().getBegin();
199 return ArgE->getSourceRange();
667 SourceRange ObjCMethodCall::getSourceRange() const { function in class:ObjCMethodCall
670 return getOriginExpr()->getSourceRange();
673 return getContainingPseudoObjectExpr()->getSourceRange();
/external/llvm/include/llvm/Support/
H A DYAMLParser.h125 SMRange getSourceRange() const { return SourceRange; } function in class:llvm::yaml::Node
/external/clang/include/clang/Frontend/
H A DASTUnit.h195 SourceRange getSourceRange(const SourceManager &SM) const { function in class:clang::ASTUnit::PreambleData
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h238 virtual SourceRange getSourceRange() const { function in class:clang::ento::CallEvent
239 return getOriginExpr()->getSourceRange();
685 virtual SourceRange getSourceRange() const { return Location; } function in class:clang::ento::CXXDestructorCall
860 virtual SourceRange getSourceRange() const;
/external/clang/tools/libclang/
H A DCXCursor.cpp714 SourceRange cxcursor::MacroExpansionCursor::getSourceRange() const { function in class:cxcursor::MacroExpansionCursor
717 return getAsMacroExpansion()->getSourceRange();
/external/clang/include/clang/AST/
H A DExprCXX.h91 SourceRange getSourceRange() const { return Range; } function in class:clang::CXXOperatorCallExpr
508 SourceRange getSourceRange() const LLVM_READONLY {
509 return SubExpr->getSourceRange();
594 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
636 SourceRange getSourceRange() const LLVM_READONLY {
729 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
1349 /// stored here to improve the performance of getSourceRange(), and
1844 SourceRange getSourceRange() const LLVM_READONLY {
3527 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
/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 250 milliseconds