Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp2560 auto ToBeginLoc = importChecked(Err, D->getBeginLoc()); in VisitTypedefNameDecl() local
2570 ToTypedef, D, Importer.getToContext(), DC, ToBeginLoc, Loc, in VisitTypedefNameDecl()
2574 ToTypedef, D, Importer.getToContext(), DC, ToBeginLoc, Loc, in VisitTypedefNameDecl()
2764 auto ToBeginLoc = importChecked(Err, D->getBeginLoc()); in VisitEnumDecl() local
2774 D2, D, Importer.getToContext(), DC, ToBeginLoc, in VisitEnumDecl()
5299 auto ToBeginLoc = importChecked(Err, D->getBeginLoc()); in VisitObjCPropertyImplDecl() local
5307 ToBeginLoc, in VisitObjCPropertyImplDecl()
6232 auto ToBeginLoc = importChecked(Err, S->getBeginLoc()); in VisitDeclStmt() local
6236 return new (Importer.getToContext()) DeclStmt(ToDG, ToBeginLoc, ToEndLoc); in VisitDeclStmt()
6762 auto ToBeginLoc = importChecked(Err, E->getBeginLoc()); in VisitPredefinedExpr() local
[all …]