Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6688 SourceLocation getMotionModifierLoc(unsigned Cnt) const LLVM_READONLY { in getMotionModifierLoc() function
6889 SourceLocation getMotionModifierLoc(unsigned Cnt) const LLVM_READONLY { in getMotionModifierLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6512 Record.AddSourceLocation(C->getMotionModifierLoc(I)); in VisitOMPToClause()
6542 Record.AddSourceLocation(C->getMotionModifierLoc(I)); in VisitOMPFromClause()