Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclLookups.h55 It->first == DeclarationName::getUsingDirectiveName());
H A DDeclarationName.h359 static DeclarationName getUsingDirectiveName() { in getUsingDirectiveName() function
H A DPropertiesBase.td606 return DeclarationName::getUsingDirectiveName();
H A DDeclCXX.h2911 return DeclarationName::getUsingDirectiveName(); in getName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp9113 return DeclarationName::getUsingDirectiveName(); in Import()