Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5110 SmallVector<SourceLocation, 12> FromSelLocs; in VisitObjCMethodDecl() local
5111 D->getSelectorLocs(FromSelLocs); in VisitObjCMethodDecl()
5112 SmallVector<SourceLocation, 12> ToSelLocs(FromSelLocs.size()); in VisitObjCMethodDecl()
5113 if (Error Err = ImportContainerChecked(FromSelLocs, ToSelLocs)) in VisitObjCMethodDecl()