Searched refs:setLocStart (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h479 void setLocStart(SourceLocation L) { LocStart = L; } function in class:clang::LabelDecl
602 void setLocStart(SourceLocation L) { LocStart = L; } function in class:clang::NamespaceDecl
3057 void setLocStart(SourceLocation L) { LocStart = L; }
H A DStmtOpenMP.h233 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } function in class:clang::OMPExecutableDirective
H A DOpenMPClause.h73 void setLocStart(SourceLocation Loc) { StartLoc = Loc; } function in class:clang::OMPClause
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp660 TD->setLocStart(readSourceLocation());
1558 D->setLocStart(readSourceLocation());
4537 RD->setLocStart(readSourceLocation());
H A DASTReaderStmt.cpp2142 E->setLocStart(readSourceLocation());
H A DASTReader.cpp11728 C->setLocStart(Record.readSourceLocation());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp530 TheDecl->setLocStart(IdentLoc);
H A DSemaTemplateInstantiate.cpp2734 Instantiation->setLocStart(Pattern->getInnerLocStart());

Completed in 322 milliseconds