Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp586 IndexCtx.handleReference(D->getAliasedNamespace(), D->getTargetNameLoc(), D, in VisitNamespaceAliasDecl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h3075 SourceLocation getTargetNameLoc() const { return IdentLoc; } in getTargetNameLoc() function
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1263 Record.AddSourceLocation(D->getTargetNameLoc()); in VisitNamespaceAliasDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp837 D->getTargetNameLoc(), in VisitNamespaceAliasDecl()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1238 D->getTargetNameLoc(), TU)); in VisitNamespaceAliasDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp2430 auto ToTargetNameLoc = importChecked(Err, D->getTargetNameLoc()); in VisitNamespaceAliasDecl()