Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h181 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
H A DOpenMPClause.h76 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1911 E->setLocEnd(ReadSourceLocation()); in VisitOMPExecutableDirective()
H A DASTReader.cpp11859 C->setLocEnd(Record.readSourceLocation()); in readClause()