Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h453 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
570 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
2594 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
DStmtOpenMP.h176 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
DOpenMPClause.h51 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
/external/llvm-project/clang/include/clang/AST/
DDecl.h494 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
617 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
3107 void setLocStart(SourceLocation L) { LocStart = L; } in setLocStart() function
DStmtOpenMP.h259 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
DOpenMPClause.h76 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } in setLocStart() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp607 TD->setLocStart(ReadSourceLocation(Record, Idx)); in VisitTypeDecl()
1357 D->setLocStart(ReadSourceLocation(Record, Idx)); in VisitLabelDecl()
3848 RD->setLocStart(Reader.ReadSourceLocation(ModuleFile, Record, Idx)); in UpdateDecl()
DASTReaderStmt.cpp1935 C->setLocStart(Reader->ReadSourceLocation(Record, Idx)); in readClause()
2476 E->setLocStart(ReadSourceLocation(Record, Idx)); in VisitOMPExecutableDirective()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp668 TD->setLocStart(readSourceLocation()); in VisitTypeDecl()
1597 D->setLocStart(readSourceLocation()); in VisitLabelDecl()
4591 RD->setLocStart(readSourceLocation()); in UpdateDecl()
DASTReaderStmt.cpp2278 E->setLocStart(readSourceLocation()); in VisitOMPExecutableDirective()
DASTReader.cpp12098 C->setLocStart(Record.readSourceLocation()); in readClause()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2092 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
DSemaStmt.cpp474 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2810 Instantiation->setLocStart(Pattern->getInnerLocStart()); in InstantiateClass()
DSemaStmt.cpp548 TheDecl->setLocStart(IdentLoc); in ActOnLabelStmt()