Home
last modified time | relevance | path

Searched refs:DName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp48 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/compiler-rt/lib/tysan/
H A Dtysan.cpp51 const char *DName = Symbolizer::GetOrInit()->Demangle(Name); in getDisplayName() local
52 if (!internal_strncmp(DName, TIPrefix, TIPrefixLen)) in getDisplayName()
53 DName += TIPrefixLen; in getDisplayName()
55 return DName; in getDisplayName()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7094 DeclarationName DName; in getNameForTemplate() local
7096 DName = DeclarationNames.getIdentifier(II); in getNameForTemplate()
7097 return DeclarationNameInfo(DName, NameLoc); in getNameForTemplate()
7099 DName = DeclarationNames.getCXXOperatorName(TN.getOperator()); in getNameForTemplate()
7103 return DeclarationNameInfo(DName, NameLoc, DNLoc); in getNameForTemplate()