Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.h2913 return DeclarationName::getUsingDirectiveName(); in getName()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9242 return DeclarationName::getUsingDirectiveName(); in Import()