Searched refs:getLookupName (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclLookups.h40 DeclarationName getLookupName() const { return It->first; } function in class:clang::DeclContext::all_lookups_iterator
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp654 llvm::errs() << "lookup results for " << getLookupName().getAsString()
670 IdentifierInfo *II = R.getLookupName().getAsIdentifierInfo();
825 DeclareImplicitMemberFunctionsWithName(S, R.getLookupName(), DC);
828 DeclContext::lookup_result DR = DC->lookup(R.getLookupName());
841 if (R.getLookupName().getNameKind()
843 R.getLookupName().getCXXNameType()->isDependentType() ||
895 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(),
1030 DeclarationName Name = R.getLookupName();
1618 DeclarationName Name = R.getLookupName();
1903 if (!R.getLookupName())
[all...]
H A DSemaExprMember.cpp633 DeclarationName Typo = R.getLookupName();
1217 DeclarationName MemberName = R.getLookupName();
H A DSemaCXXScopeSpec.cpp590 DeclarationName Name = Found.getLookupName();
H A DSemaOverload.cpp10949 if (canBeDeclaredInNamespace(R.getLookupName())) {
10970 << R.getLookupName();
10974 << R.getLookupName() << 0;
10978 << R.getLookupName() << 1 << *SuggestedNamespaces.begin();
10985 << R.getLookupName() << 2;
12669 << R.getLookupName();
12674 Diag(R.getNameLoc(), diag::err_ovl_ambiguous_call) << R.getLookupName();
H A DSemaTemplate.cpp320 DeclarationName Name = Found.getLookupName();
367 LookupResult FoundOuter(*this, Found.getLookupName(), Found.getNameLoc(),
390 << Found.getLookupName()
H A DSemaDecl.cpp358 << Result.getLookupName() << isClassName);
6363 DeclarationName Name = R.getLookupName();
H A DSemaExpr.cpp1803 DeclarationName Name = R.getLookupName();
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h204 DeclarationName getLookupName() const { function in class:clang::LookupResult

Completed in 644 milliseconds