Searched refs:ToBeginLoc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTImporter.cpp | 2513 auto ToBeginLoc = importChecked(Err, D->getBeginLoc()); in VisitTypedefNameDecl() local 2523 ToTypedef, D, Importer.getToContext(), DC, ToBeginLoc, Loc, in VisitTypedefNameDecl() 2527 ToTypedef, D, Importer.getToContext(), DC, ToBeginLoc, Loc, in VisitTypedefNameDecl() 2715 auto ToBeginLoc = importChecked(Err, D->getBeginLoc()); in VisitEnumDecl() local 2725 D2, D, Importer.getToContext(), DC, ToBeginLoc, in VisitEnumDecl() 5194 auto ToBeginLoc = importChecked(Err, D->getBeginLoc()); in VisitObjCPropertyImplDecl() local 5202 ToBeginLoc, in VisitObjCPropertyImplDecl() 6103 auto ToBeginLoc = importChecked(Err, S->getBeginLoc()); in VisitDeclStmt() local 6107 return new (Importer.getToContext()) DeclStmt(ToDG, ToBeginLoc, ToEndLoc); in VisitDeclStmt() 6633 auto ToBeginLoc = importChecked(Err, E->getBeginLoc()); in VisitPredefinedExpr() local [all …]
|