Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h2778 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc() function
3689 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc() function
4588 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc() function
/external/clang/include/clang/AST/
DOpenMPClause.h2017 void setModifierLoc(SourceLocation Loc) { ModifierLoc = Loc; } in setModifierLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12330 C->setModifierLoc(Record.readSourceLocation()); in VisitOMPReductionClause()
12450 C->setModifierLoc(Record.readSourceLocation()); in VisitOMPLinearClause()
12573 C->setModifierLoc(Record.readSourceLocation()); in VisitOMPDeviceClause()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2150 C->setModifierLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPLinearClause()