Home
last modified time | relevance | path

Searched defs:ToWhileLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp5060 SourceLocation ToWhileLoc = Importer.Import(S->getWhileLoc()); in VisitWhileStmt() local
5075 SourceLocation ToWhileLoc = Importer.Import(S->getWhileLoc()); in VisitDoStmt() local
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp6183 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitWhileStmt() local
6199 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitDoStmt() local