Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h771 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
3844 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
/external/clang/include/clang/Sema/
DDeclSpec.h2231 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc() function
/external/clang/lib/Parse/
DParser.cpp1291 ParmDeclarator.setCommaLoc(ConsumeToken()); in ParseKNRParamDeclarations()
DParseDecl.cpp1870 D.setCommaLoc(CommaLoc); in ParseDeclGroup()
3615 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()
DParseDeclCXX.cpp2705 DeclaratorInfo.setCommaLoc(CommaLoc); in ParseCXXClassMemberDeclaration()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2010 C->setCommaLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPScheduleClause()
2349 C->setCommaLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPDistScheduleClause()