Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h498 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
631 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
3127 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
H A DStmtOpenMP.h491 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
H A DOpenMPClause.h76 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp668 TD->setLocStart(readSourceLocation()); in VisitTypeDecl()
1597 D->setLocStart(readSourceLocation()); in VisitLabelDecl()
4593 RD->setLocStart(readSourceLocation()); in UpdateDecl()
H A DASTReaderStmt.cpp2285 E->setLocStart(readSourceLocation()); in VisitOMPExecutableDirective()
H A DASTReader.cpp11982 C->setLocStart(Record.readSourceLocation()); in readClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp932 Clause->setLocStart(StartLoc); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2814 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
H A DSemaStmt.cpp555 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()