reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Stmt.h
 2000   SourceLocation getBeginLoc() const { return getIfLoc(); }
tools/clang/lib/AST/ASTImporter.cpp
 5832       S->getIfLoc(), S->getInit(), S->getConditionVariable(), S->getCond(),
tools/clang/lib/Sema/TreeTransform.h
 6825       S->getIfLoc(), S->getConditionVariable(), S->getCond(),
 6861   return getDerived().RebuildIfStmt(S->getIfLoc(), S->isConstexpr(), Cond,
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  153   Record.AddSourceLocation(S->getIfLoc());
tools/clang/tools/extra/clang-tidy/readability/MisleadingIndentationCheck.cpp
   27         SM.getExpansionLineNumber(If->getIfLoc()))
   36   SourceLocation IfLoc = If->getIfLoc();
   49     IfLoc = PrecedingIf->getIfLoc();