Home
last modified time | relevance | path

Searched refs:setCommaLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2726 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1567 ParmDeclarator.setCommaLoc(ConsumeToken()); in ParseKNRParamDeclarations()
H A DParseDecl.cpp2388 D.setCommaLoc(CommaLoc); in ParseDeclGroup()
4722 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()
H A DParseDeclCXX.cpp3293 DeclaratorInfo.setCommaLoc(CommaLoc); in ParseCXXClassMemberDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2013 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
7269 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11549 C->setCommaLoc(Record.readSourceLocation()); in VisitOMPScheduleClause()
12194 C->setCommaLoc(Record.readSourceLocation()); in VisitOMPDistScheduleClause()