Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h55 It->first == DeclarationName::getUsingDirectiveName());
H A DDeclarationName.h369 static DeclarationName getUsingDirectiveName() { in getUsingDirectiveName() function
H A DPropertiesBase.td622 return DeclarationName::getUsingDirectiveName();
H A DDeclCXX.h3040 return DeclarationName::getUsingDirectiveName(); in getName()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10119 return DeclarationName::getUsingDirectiveName(); in Import()