Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h2723 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParser.cpp1645 ParmDeclarator.setCommaLoc(ConsumeToken()); in ParseKNRParamDeclarations()
HDParseDecl.cpp2551 D.setCommaLoc(CommaLoc); in ParseDeclGroup()
4943 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()
HDParseDeclCXX.cpp3369 DeclaratorInfo.setCommaLoc(CommaLoc); in ParseCXXClassMemberDeclaration()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h1716 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
6683 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp10821 C->setCommaLoc(Record.readSourceLocation()); in VisitOMPScheduleClause()
11408 C->setCommaLoc(Record.readSourceLocation()); in VisitOMPDistScheduleClause()