Home
last modified time | relevance | path

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

/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.td627 return DeclarationName::getUsingDirectiveName();
H A DDeclCXX.h3109 return DeclarationName::getUsingDirectiveName(); in classofKind()
3117 // Friend for getUsingDirectiveName.
/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10293 return DeclarationName::getUsingDirectiveName(); in ImportAPValue()