Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp5076 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitDoStmt() local
5079 ToRParenLoc); in VisitDoStmt()
5104 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitForStmt() local
5110 ToRParenLoc); in VisitForStmt()
5222 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitCXXForRangeStmt() local
5227 ToColonLoc, ToRParenLoc); in VisitCXXForRangeStmt()
5241 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitObjCForCollectionStmt() local
5245 ToRParenLoc); in VisitObjCForCollectionStmt()
5250 SourceLocation ToRParenLoc = Importer.Import(S->getRParenLoc()); in VisitObjCAtCatchStmt() local
5262 ToRParenLoc, in VisitObjCAtCatchStmt()
[all …]