Home
last modified time | relevance | path

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

/freebsd-src/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.td625 return DeclarationName::getUsingDirectiveName();
H A DDeclCXX.h3054 return DeclarationName::getUsingDirectiveName();
3062 // Friend for getUsingDirectiveName. in getNominatedNamespaceAsWritten()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10213 return DeclarationName::getUsingDirectiveName(); in ImportAPValue()