Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DOpenMPClause.cpp620 Clause->setMapLoc(TypeLoc); in Create()
/external/clang/include/clang/AST/
DOpenMPClause.h3330 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2268 C->setMapLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPMapClause()