Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2566 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1495 ParmDeclarator.setCommaLoc(ConsumeToken()); in ParseKNRParamDeclarations()
H A DParseDecl.cpp2118 D.setCommaLoc(CommaLoc); in ParseDeclGroup()
4216 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()
H A DParseDeclCXX.cpp3043 DeclaratorInfo.setCommaLoc(CommaLoc); in ParseCXXClassMemberDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1576 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
6338 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12112 C->setCommaLoc(Record.readSourceLocation()); in VisitOMPScheduleClause()
12657 C->setCommaLoc(Record.readSourceLocation()); in VisitOMPDistScheduleClause()