/external/clang/lib/AST/ |
MicrosoftMangle.cpp | 90 void mangleType(QualType T, SourceRange Range, 114 void mangleArgumentType(QualType T, SourceRange Range); 120 SourceRange Range); [all...] |
NestedNameSpecifier.cpp | 346 SourceRange NestedNameSpecifierLoc::getSourceRange() const { 348 return SourceRange(); 354 return SourceRange(First.getLocalSourceRange().getBegin(), 358 SourceRange NestedNameSpecifierLoc::getLocalSourceRange() const { 360 return SourceRange(); 370 return SourceRange(LoadSourceLocation(Data, Offset), 379 return SourceRange(TL.getBeginLoc(), 559 SourceRange R) {
|
TemplateBase.cpp | 413 SourceRange TemplateArgumentLoc::getSourceRange() const { 428 return SourceRange(); 432 return SourceRange(getTemplateQualifierLoc().getBeginLoc(), 434 return SourceRange(getTemplateNameLoc()); 438 return SourceRange(getTemplateQualifierLoc().getBeginLoc(), 440 return SourceRange(getTemplateNameLoc(), getTemplateEllipsisLoc()); 447 return SourceRange();
|
TypeLoc.cpp | 27 class TypeLocRanger : public TypeLocVisitor<TypeLocRanger, SourceRange> { 31 SourceRange Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \ 38 SourceRange TypeLoc::getLocalSourceRangeImpl(TypeLoc TL) { 39 if (TL.isNull()) return SourceRange(); 238 SourceRange TypeOfExprTypeLoc::getLocalSourceRange() const { 240 return SourceRange(getTypeofLoc(), getRParenLoc()); 242 return SourceRange(getTypeofLoc(),
|
ExprCXX.cpp | 85 SourceRange typeIdParens, Expr *arraySize, 89 SourceRange Range, SourceRange directInitRange) 451 SourceRange CXXOperatorCallExpr::getSourceRangeImpl() const { 456 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd()); 459 return SourceRange(getArg(0)->getLocStart(), getOperatorLoc()); 463 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); 465 return SourceRange(getArg(0)->getLocStart(), getRParenLoc()); 467 return SourceRange(getOperatorLoc(), getArg(0)->getLocEnd()); 469 return SourceRange(getArg(0)->getLocStart(), getArg(1)->getLocEnd()) [all...] |
/external/clang/include/clang/AST/ |
RawCommentList.h | 43 RawComment(const SourceManager &SourceMgr, SourceRange SR, 110 SourceRange getSourceRange() const LLVM_READONLY { 129 SourceRange Range; 155 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment,
|
DeclFriend.h | 135 SourceRange getSourceRange() const LLVM_READONLY { 143 return SourceRange(getFriendLoc(), ND->getLocEnd()); 149 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc()); 152 return SourceRange(getFriendLoc(), getLocation());
|
ExprCXX.h | 57 SourceRange Range; 64 SourceRange getSourceRangeImpl() const LLVM_READONLY; 91 SourceRange getSourceRange() const { return Range; } 184 SourceRange AngleBrackets; // range for '<' '>' 191 SourceRange AngleBrackets) 212 SourceRange getAngleBrackets() const LLVM_READONLY { return AngleBrackets; } 235 SourceRange AngleBrackets) 248 SourceRange AngleBrackets); 266 SourceRange AngleBrackets) 279 SourceRange AngleBrackets) [all...] |
/external/clang/include/clang/Lex/ |
PreprocessingRecord.h | 78 SourceRange Range; 81 PreprocessedEntity(EntityKind Kind, SourceRange Range) 92 SourceRange getSourceRange() const LLVM_READONLY { return Range; } 126 PreprocessingDirective(EntityKind Kind, SourceRange Range) 142 explicit MacroDefinition(const IdentifierInfo *Name, SourceRange Range) 164 MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range) 168 MacroExpansion(MacroDefinition *Definition, SourceRange Range) 236 const FileEntry *File, SourceRange Range); 277 findPreprocessedEntitiesInRange(SourceRange Range) = 0; 349 findLocalPreprocessedEntitiesInRange(SourceRange Range) const [all...] |
Token.h | 35 /// information about the SourceRange of the tokens and the type object. 46 /// a normal token, or the end of the SourceRange when an annotation 136 /// \brief SourceRange of the group of tokens that this annotation token 138 SourceRange getAnnotationRange() const { 139 return SourceRange(getLocation(), getAnnotationEndLoc()); 141 void setAnnotationRange(SourceRange R) {
|
/external/clang/tools/libclang/ |
CXCursor.h | 54 SourceRange RegionOfInterest = SourceRange(), 58 SourceRange RegionOfInterest = SourceRange()); 141 CXCursor MakePreprocessingDirectiveCursor(SourceRange Range, 145 SourceRange getCursorPreprocessingDirective(CXCursor C); 197 SourceRange getSourceRange() const;
|
CursorVisitor.h | 93 SourceRange RegionOfInterest; 117 RangeComparisonResult CompareRegionOfInterest(SourceRange R); 148 SourceRange RegionOfInterest = SourceRange(), 241 bool VisitNestedNameSpecifier(NestedNameSpecifier *NNS, SourceRange Range);
|
/external/clang/lib/ASTMatchers/Dynamic/ |
Diagnostics.cpp | 17 SourceRange Range) { 27 const SourceRange &MatcherRange) 34 const SourceRange &MatcherRange, 67 Diagnostics::ArgStream Diagnostics::addError(const SourceRange &Range, 151 static void maybeAddLineAndColumn(const SourceRange &Range,
|
Parser.cpp | 49 SourceRange Range; 162 SourceRange Range; 197 SourceRange Range; 312 SourceRange MatcherRange = NameToken.Range; 362 const SourceRange &NameRange, 406 Error->addError(SourceRange(), Error->ET_ParserNotAMatcher); 410 Error->addError(SourceRange(), Error->ET_ParserOverloadedType)
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
StackAddrEscapeChecker.cpp | 40 static SourceRange genName(raw_ostream &os, const MemRegion *R, 45 SourceRange StackAddrEscapeChecker::genName(raw_ostream &os, const MemRegion *R, 50 SourceRange range; 109 SourceRange range = genName(os, R, C.getASTContext()); 229 SourceRange range = genName(os, cb.V[i].second, Ctx.getASTContext());
|
DereferenceChecker.cpp | 44 SmallVectorImpl<SourceRange> &Ranges, 53 SmallVectorImpl<SourceRange> &Ranges, 76 Ranges.push_back(SourceRange(L, L)); 84 Ranges.push_back(SourceRange(L, L)); 105 SmallVector<SourceRange, 2> Ranges; 170 for (SmallVectorImpl<SourceRange>::iterator
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
Registry.h | 51 const SourceRange &NameRange, 62 const SourceRange &NameRange,
|
/external/clang/include/clang/Analysis/Analyses/ |
ReachableCode.h | 43 virtual void HandleUnreachable(SourceLocation L, SourceRange R1, 44 SourceRange R2) = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorStyleTextEditor.h | 35 struct SourceRange;
|
/external/clang/bindings/python/tests/cindex/ |
test_translation_unit.py | 9 from clang.cindex import SourceRange 199 assert isinstance(r, SourceRange) 206 assert isinstance(r, SourceRange) 218 assert isinstance(r, SourceRange)
|
/external/clang/lib/Format/ |
WhitespaceManager.h | 97 Change(bool CreateReplacement, const SourceRange &OriginalWhitespaceRange, 106 SourceRange OriginalWhitespaceRange; 154 void storeReplacement(const SourceRange &Range, StringRef Text);
|
/external/clang/include/clang/Rewrite/Core/ |
Rewriter.h | 172 int getRangeSize(SourceRange Range, 183 std::string getRewrittenText(SourceRange Range) const; 227 bool RemoveText(SourceRange range, RewriteOptions opts = RewriteOptions()) { 240 bool ReplaceText(SourceRange range, StringRef NewStr) { 247 bool ReplaceText(SourceRange range, SourceRange replacementRange); 259 bool IncreaseIndentation(SourceRange range, SourceLocation parentIndent) {
|
/external/clang/lib/ARCMigrate/ |
TransUnbridgedCasts.cpp | 274 void getBlockMacroRanges(CastExpr *E, SourceRange &Outer, SourceRange &Inner) { 280 SourceRange SubRange = E->getSubExpr()->IgnoreParenImpCasts()->getSourceRange(); 284 Outer = SourceRange(MacroBegin, MacroEnd); 285 Inner = SourceRange(InnerBegin, InnerEnd); 289 SourceRange OuterRange, InnerRange; 302 SourceRange OuterRange, InnerRange;
|
TransAutoreleasePool.cpp | 138 SourceRange(scope.getIndentedRange().getBegin(), 236 SourceRange getIndentedRange() const { 240 return SourceRange(); 244 return SourceRange((*rangeS)->getLocStart(), (*rangeE)->getLocEnd()); 250 SourceRange ScopeRange; 259 ScopeRange = SourceRange((*scope.Begin)->getLocStart(),
|
/external/clang/lib/Sema/ |
SemaExprObjC.cpp | 172 SourceRange R = SourceRange()) { 284 SourceRange NR(Number->getSourceRange()); 304 SourceRange(AtLoc, NR.getEnd()))); 420 ExprResult Sema::BuildObjCBoxedExpr(SourceRange SR, Expr *ValueExpr) { 614 ExprResult Sema::BuildObjCArrayLiteral(SourceRange SR, MultiExprArg Elements) { 729 ExprResult Sema::BuildObjCDictionaryLiteral(SourceRange SR, [all...] |