Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclLookups.h52 It->first == DeclarationName::getUsingDirectiveName());
H A DDeclarationName.h183 static DeclarationName getUsingDirectiveName();
H A DDeclCXX.h2578 return DeclarationName::getUsingDirectiveName(); in getName()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclarationName.cpp325 DeclarationName DeclarationName::getUsingDirectiveName() { in getUsingDirectiveName() function in DeclarationName
H A DASTImporter.cpp5075 return DeclarationName::getUsingDirectiveName(); in Import()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7623 return DeclarationName::getUsingDirectiveName(); in ReadDeclarationName()