Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclLookups.h55 It->first == DeclarationName::getUsingDirectiveName());
H A DDeclarationName.h368 static DeclarationName getUsingDirectiveName() { in getUsingDirectiveName() function
H A DPropertiesBase.td609 return DeclarationName::getUsingDirectiveName();
H A DDeclCXX.h2947 return DeclarationName::getUsingDirectiveName(); in getName()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp9625 return DeclarationName::getUsingDirectiveName(); in Import()