Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h3072 SourceLocation getNamespaceLoc() const { return NamespaceLoc; } in getNamespaceLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1262 Record.AddSourceLocation(D->getNamespaceLoc()); in VisitNamespaceAliasDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp833 D->getNamespaceLoc(), in VisitNamespaceAliasDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp2427 auto ToNamespaceLoc = importChecked(Err, D->getNamespaceLoc()); in VisitNamespaceAliasDecl()