Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp956 Clause->setLocStart(StartLoc); in Create()
973 Clause->setLocStart(StartLoc); in Create()
988 Clause->setLocStart(StartLoc); in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h524 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
684 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
3274 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
H A DStmtOpenMP.h497 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
H A DOpenMPClause.h77 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp689 TD->setLocStart(readSourceLocation()); in VisitTypeDecl()
1756 D->setLocStart(readSourceLocation()); in VisitLabelDecl()
4474 RD->setLocStart(readSourceLocation()); in UpdateDecl()
H A DASTReaderStmt.cpp2320 E->setLocStart(readSourceLocation()); in VisitOMPExecutableDirective()
H A DASTReader.cpp10288 C->setLocStart(Record.readSourceLocation()); in readClause()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3245 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
H A DSemaStmt.cpp572 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()