Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h925 SourceLocation getIfLoc() const { return IfLoc; } in getIfLoc() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp126 Writer.AddSourceLocation(S->getIfLoc(), Record); in VisitIfStmt()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h5968 ExprResult CondE = getSema().ActOnBooleanCondition(nullptr, S->getIfLoc(), in TransformIfStmt()
5998 return getDerived().RebuildIfStmt(S->getIfLoc(), FullCond, ConditionVar, in TransformIfStmt()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp4691 SourceLocation ToIfLoc = Importer.Import(S->getIfLoc()); in VisitIfStmt()