Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h928 SourceLocation getIfLoc() const { return IfLoc; } in getIfLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp137 Record.AddSourceLocation(S->getIfLoc()); in VisitIfStmt()
/external/clang/lib/Sema/
DTreeTransform.h6276 S->getIfLoc(), S->getConditionVariable(), S->getCond(), in TransformIfStmt()
6312 return getDerived().RebuildIfStmt(S->getIfLoc(), S->isConstexpr(), Cond, in TransformIfStmt()
/external/clang/lib/AST/
DASTImporter.cpp4979 SourceLocation ToIfLoc = Importer.Import(S->getIfLoc()); in VisitIfStmt()