Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1109 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setProcBindKindKwLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10661 C->setProcBindKindKwLoc(Record.readSourceLocation()); in VisitOMPProcBindClause()