Home
last modified time | relevance | path

Searched refs:getRBracketLoc (Results 1 – 17 of 17) sorted by relevance

/external/clang/include/clang/AST/
DExprOpenMP.h112 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc() function
DTypeLoc.h1370 SourceLocation getRBracketLoc() const { in getRBracketLoc() function
1378 return SourceRange(getLBracketLoc(), getRBracketLoc()); in getBracketsRange()
1393 return SourceRange(getLBracketLoc(), getRBracketLoc()); in getLocalSourceRange()
DExpr.h2125 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc() function
4111 SourceLocation getRBracketLoc() const { in getRBracketLoc() function
4136 return Kind == FieldDesignator ? getFieldLoc() : getRBracketLoc(); in getLocEnd()
DType.h2630 SourceLocation getRBracketLoc() const { return Brackets.getEnd(); }
2686 SourceLocation getRBracketLoc() const { return Brackets.getEnd(); }
DExprCXX.h763 SourceLocation getRBracketLoc() const { return RBracketLoc; } in getRBracketLoc() function
/external/clang/include/clang/Sema/
DDesignator.h112 SourceLocation getRBracketLoc() const { in getRBracketLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp544 Record.AddSourceLocation(E->getRBracketLoc()); in VisitArraySubscriptExpr()
554 Record.AddSourceLocation(E->getRBracketLoc()); in VisitOMPArraySectionExpr()
770 Record.AddSourceLocation(D.getRBracketLoc()); in VisitDesignatedInitExpr()
777 Record.AddSourceLocation(D.getRBracketLoc()); in VisitDesignatedInitExpr()
1716 Record.AddSourceLocation(E->getRBracketLoc()); in VisitMSPropertySubscriptExpr()
DASTWriter.cpp199 Record.AddSourceLocation(T->getRBracketLoc()); in VisitVariableArrayType()
543 Record.AddSourceLocation(TL.getRBracketLoc()); in VisitArrayTypeLoc()
/external/clang/lib/Analysis/
DReachableCode.cpp543 return ASE->getRBracketLoc(); in GetUnreachableLoc()
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc541 rewriter_.ReplaceText(expansionLoc(E->getRBracketLoc()), 1, rbracket); in VisitArraySubscriptExpr()
/external/clang/lib/Sema/
DTreeTransform.h4423 NewTL.setRBracketLoc(TL.getRBracketLoc()); in TransformConstantArrayType()
4459 NewTL.setRBracketLoc(TL.getRBracketLoc()); in TransformIncompleteArrayType()
4498 NewTL.setRBracketLoc(TL.getRBracketLoc()); in TransformVariableArrayType()
4546 NewTL.setRBracketLoc(TL.getRBracketLoc()); in TransformDependentSizedArrayType()
7102 BaseRes.get(), SourceLocation(), IdxRes.get(), E->getRBracketLoc()); in TransformMSPropertySubscriptExpr()
8527 E->getRBracketLoc()); in TransformArraySubscriptExpr()
8557 Length.get(), E->getRBracketLoc()); in TransformOMPArraySectionExpr()
DSemaPseudoObject.cpp104 refExpr->getRBracketLoc()); in rebuildMSPropertySubscriptExpr()
DSemaInit.cpp2781 D.getRBracketLoc())); in ActOnDesignatedInitializer()
2822 D.getRBracketLoc())); in ActOnDesignatedInitializer()
DSemaChecking.cpp9646 ASE->getRBracketLoc()); in CheckArrayAccess()
DSemaDecl.cpp5247 DstATL.setRBracketLoc(SrcATL.getRBracketLoc()); in FixInvalidVariablyModifiedTypeLoc()
/external/clang/lib/AST/
DExpr.cpp2012 Loc = cast<ArraySubscriptExpr>(this)->getRBracketLoc(); in isUnusedResultAWarning()
DASTImporter.cpp5430 Importer.Import(D.getRBracketLoc())); in ImportDesignator()
5436 Importer.Import(D.getRBracketLoc())); in ImportDesignator()