Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h53 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
H A DStmtOpenMP.h152 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1781 C->setLocEnd(Reader->ReadSourceLocation(Record, Idx)); in readClause()
1981 E->setLocEnd(ReadSourceLocation(Record, Idx)); in VisitOMPExecutableDirective()