Home
last modified time | relevance | path

Searched refs:setProcBindKindKwLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DOpenMPClause.h645 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setProcBindKindKwLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1994 C->setProcBindKindKwLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPProcBindClause()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h972 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setProcBindKindKwLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12164 C->setProcBindKindKwLoc(Record.readSourceLocation()); in VisitOMPProcBindClause()