Home
last modified time | relevance | path

Searched refs:setCommaLoc (Results 1 – 11 of 11) 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/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/llvm-project/clang/include/clang/Sema/
DDeclSpec.h2563 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc() function
/external/llvm-project/clang/lib/Parse/
DParser.cpp1492 ParmDeclarator.setCommaLoc(ConsumeToken()); in ParseKNRParamDeclarations()
DParseDecl.cpp2064 D.setCommaLoc(CommaLoc); in ParseDeclGroup()
4140 DeclaratorInfo.D.setCommaLoc(CommaLoc); in ParseStructDeclaration()
DParseDeclCXX.cpp2955 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()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h1374 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
6136 void setCommaLoc(SourceLocation Loc) { CommaLoc = Loc; } in setCommaLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12180 C->setCommaLoc(Record.readSourceLocation()); in VisitOMPScheduleClause()
12690 C->setCommaLoc(Record.readSourceLocation()); in VisitOMPDistScheduleClause()