Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2980 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc() function
3891 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc() function
4790 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12297 C->setModifierLoc(Record.readSourceLocation()); in VisitOMPReductionClause()
12417 C->setModifierLoc(Record.readSourceLocation()); in VisitOMPLinearClause()
12540 C->setModifierLoc(Record.readSourceLocation()); in VisitOMPDeviceClause()