Searched defs:setForLoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h53 void setForLoc(SourceLocation Loc) { ForLoc = Loc; } function in class:clang::ObjCForCollectionStmt
H A DStmt.h2472 void setForLoc(SourceLocation L) { ForStmtBits.ForLoc = L; } function in class:clang::ForStmt

Completed in 83 milliseconds