Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2645 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1635 ParmDeclarator.setCommaLoc(ConsumeToken()); in ParseKNRParamDeclarations()
H A DParseDecl.cpp2363 D.setCommaLoc(CommaLoc); in ParseDeclGroup()
4643 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()
H A DParseDeclCXX.cpp3192 DeclaratorInfo.setCommaLoc(CommaLoc); in ParseCXXClassMemberDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1716 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
6643 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10677 C->setCommaLoc(Record.readSourceLocation()); in VisitOMPScheduleClause()
11262 C->setCommaLoc(Record.readSourceLocation()); in VisitOMPDistScheduleClause()