Home
last modified time | relevance | path

Searched refs:setLocStart (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp961 Clause->setLocStart(StartLoc); in Create()
980 Clause->setLocStart(StartLoc); in Create()
997 Clause->setLocStart(StartLoc); in Create()
1012 Clause->setLocStart(StartLoc); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h551 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
672 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
3510 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
H A DStmtOpenMP.h496 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
H A DOpenMPClause.h77 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp696 TD->setLocStart(readSourceLocation()); in VisitTypeDecl()
1843 D->setLocStart(readSourceLocation()); in VisitLabelDecl()
4829 RD->setLocStart(readSourceLocation()); in UpdateDecl()
H A DASTReaderStmt.cpp2411 E->setLocStart(readSourceLocation()); in VisitOMPExecutableDirective()
H A DASTReader.cpp11446 C->setLocStart(Record.readSourceLocation()); in readClause()
12610 C->setLocStart(Record.readSourceLocation()); in VisitOMPXAttributeClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3790 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
H A DSemaStmt.cpp631 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()