Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h3097 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc() function
4008 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc() function
4920 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp12100 C->setModifierLoc(Record.readSourceLocation()); in VisitOMPReductionClause()
12220 C->setModifierLoc(Record.readSourceLocation()); in VisitOMPLinearClause()
12344 C->setModifierLoc(Record.readSourceLocation()); in VisitOMPDeviceClause()