Searched refs:DName (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | InterpreterUtils.cpp | 48 DeclarationName DName = &S.Context.Idents.get(Name); in LookupNamespace() local 49 LookupResult R(S, DName, SourceLocation(), in LookupNamespace() 73 DeclarationName DName = &S.Context.Idents.get(Name); in LookupNamed() local 74 LookupResult R(S, DName, SourceLocation(), Sema::LookupOrdinaryName, in LookupNamed()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 6644 DeclarationName DName; in getNameForTemplate() local 6646 DName = DeclarationNames.getIdentifier(DTN->getIdentifier()); in getNameForTemplate() 6647 return DeclarationNameInfo(DName, NameLoc); in getNameForTemplate() 6649 DName = DeclarationNames.getCXXOperatorName(DTN->getOperator()); in getNameForTemplate() 6653 return DeclarationNameInfo(DName, NameLoc, DNLoc); in getNameForTemplate()
|