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

/external/clang/include/clang/AST/
H A DDeclLookups.h40 DeclarationName getLookupName() const { return It->first; } function in class:clang::DeclContext::all_lookups_iterator
/external/clang/lib/Sema/
H A DSemaLookup.cpp520 IdentifierInfo *II = R.getLookupName().getAsIdentifierInfo();
670 DeclareImplicitMemberFunctionsWithName(S, R.getLookupName(), DC);
673 DeclContext::lookup_const_result DR = DC->lookup(R.getLookupName());
686 if (R.getLookupName().getNameKind()
688 R.getLookupName().getCXXNameType()->isDependentType() ||
741 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(),
879 DeclarationName Name = R.getLookupName();
1314 DeclarationName Name = R.getLookupName();
1601 if (!R.getLookupName())
1691 R.getLookupName()
[all...]
H A DSemaExprMember.cpp641 DeclarationName Name = R.getLookupName();
1193 DeclarationName MemberName = R.getLookupName();
H A DSemaCXXScopeSpec.cpp543 DeclarationName Name = Found.getLookupName();
H A DSemaOverload.cpp10343 if (canBeDeclaredInNamespace(R.getLookupName())) {
10364 << R.getLookupName();
10368 << R.getLookupName() << 0;
10372 << R.getLookupName() << 1 << *SuggestedNamespaces.begin();
10379 << R.getLookupName() << 2;
11982 << R.getLookupName();
11987 Diag(R.getNameLoc(), diag::err_ovl_ambiguous_call) << R.getLookupName();
H A DSemaTemplate.cpp318 DeclarationName Name = Found.getLookupName();
366 LookupResult FoundOuter(*this, Found.getLookupName(), Found.getNameLoc(),
389 << Found.getLookupName()
H A DSemaDecl.cpp315 << Result.getLookupName() << isClassName);
5806 DeclarationName Name = R.getLookupName();
H A DSemaExpr.cpp1729 DeclarationName Name = R.getLookupName();
/external/clang/include/clang/Sema/
H A DLookup.h204 DeclarationName getLookupName() const { function in class:clang::LookupResult

Completed in 172 milliseconds