Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h2872 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc() function
3783 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc() function
4682 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp12255 C->setModifierLoc(Record.readSourceLocation()); in VisitOMPReductionClause()
12375 C->setModifierLoc(Record.readSourceLocation()); in VisitOMPLinearClause()
12498 C->setModifierLoc(Record.readSourceLocation()); in VisitOMPDeviceClause()