Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DOpenMPClause.cpp620 Clause->setMapLoc(TypeLoc); in Create()
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp1081 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()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h5504 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12588 C->setMapLoc(Record.readSourceLocation()); in VisitOMPMapClause()