Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h382 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
509 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
2561 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
HDStmtOpenMP.h164 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
HDOpenMPClause.h51 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp571 TD->setLocStart(ReadSourceLocation(Record, Idx)); in VisitTypeDecl()
1319 D->setLocStart(ReadSourceLocation(Record, Idx)); in VisitLabelDecl()
3838 RD->setLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
HDASTReaderStmt.cpp1793 C->setLocStart(Reader->ReadSourceLocation(Record, Idx)); in readClause()
2072 E->setLocStart(ReadSourceLocation(Record, Idx)); in VisitOMPExecutableDirective()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp2084 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
HDSemaStmt.cpp464 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()