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

/external/clang/include/clang/AST/
H A DStmtOpenMP.h142 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } function in class:clang::OMPExecutableDirective
H A DOpenMPClause.h53 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } function in class:clang::OMPClause
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1738 C->setLocEnd(Reader->ReadSourceLocation(Record, Idx));
1897 E->setLocEnd(ReadSourceLocation(Record, Idx));

Completed in 359 milliseconds