Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp934 Clause->setLocEnd(EndLoc); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h496 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
H A DOpenMPClause.h79 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2286 E->setLocEnd(readSourceLocation()); in VisitOMPExecutableDirective()
H A DASTReader.cpp11983 C->setLocEnd(Record.readSourceLocation()); in readClause()