Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h53 void setForLoc(SourceLocation Loc) { ForLoc = Loc; } in setForLoc() function
H A DStmt.h2843 void setForLoc(SourceLocation L) { ForStmtBits.ForLoc = L; }
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp308 S->setForLoc(readSourceLocation()); in VisitForStmt()
1603 S->setForLoc(readSourceLocation()); in VisitObjCForCollectionStmt()