Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h1141 SourceLocation getProcBindKindKwLoc() const { return KindKwLoc; } in getProcBindKindKwLoc() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp7175 Record.AddSourceLocation(C->getProcBindKindKwLoc()); in VisitOMPProcBindClause()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h10141 C->getProcBindKind(), C->getProcBindKindKwLoc(), C->getBeginLoc(), in TransformOMPProcBindClause()