Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h1282 SourceLocation getProcBindKindKwLoc() const { return KindKwLoc; } in getProcBindKindKwLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6286 Record.AddSourceLocation(C->getProcBindKindKwLoc()); in VisitOMPProcBindClause()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9521 C->getProcBindKind(), C->getProcBindKindKwLoc(), C->getBeginLoc(), in TransformOMPProcBindClause()