Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1179 Clause->setMapLoc(TypeLoc); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5994 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11299 C->setMapLoc(Record.readSourceLocation()); in VisitOMPMapClause()