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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h43 DeclarationName getLookupName() const { return It->first; } function in class:clang::DeclContext::all_lookups_iterator
/freebsd-11-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp196 CrossTranslationUnitContext::getLookupName(const NamedDecl *ND) { function in class:clang::cross_tu::CrossTranslationUnitContext
221 llvm::Optional<std::string> ResultLookupName = getLookupName(ResultDecl);
237 const llvm::Optional<std::string> LookupName = getLookupName(D);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp42 DeclarationName Name = I.getLookupName();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h163 static llvm::Optional<std::string> getLookupName(const NamedDecl *ND);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp670 llvm::errs() << "lookup results for " << getLookupName().getAsString()
863 IdentifierInfo *II = R.getLookupName().getAsIdentifierInfo();
1030 DeclareImplicitMemberFunctionsWithName(S, R.getLookupName(), R.getNameLoc(),
1034 DeclContext::lookup_result DR = DC->lookup(R.getLookupName());
1045 if (R.getLookupName().getNameKind()
1047 R.getLookupName().getCXXNameType()->isDependentType() ||
1063 R.getLookupName().getCXXNameType()->getContainedDeducedType();
1064 if (R.getLookupName().getNameKind() ==
1109 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(),
1245 DeclarationName Name = R.getLookupName();
[all...]
H A DSemaCoroutine.cpp1322 << LRVoid.getLookupName();
1325 << LRValue.getLookupName();
H A DSemaExprMember.cpp692 DeclarationName Typo = R.getLookupName();
1272 DeclarationName MemberName = R.getLookupName();
H A DSemaExprCXX.cpp2282 if (R.getLookupName().getCXXOverloadedOperator() == OO_Array_New &&
2295 << R.getLookupName() << Range);
2326 << R.getLookupName() << Range),
2336 << R.getLookupName() << Range),
3496 << R.getLookupName() << FnDecl->getSourceRange();
3508 << R.getLookupName() << Range),
3516 << R.getLookupName() << Range),
3523 << R.getLookupName() << Range),
H A DSemaCXXScopeSpec.cpp620 DeclarationName Name = Found.getLookupName();
H A DSemaTemplate.cpp491 *ATK = (Found.empty() && Found.getLookupName().isIdentifier())
502 DeclarationName Name = Found.getLookupName();
547 << Found.getLookupName() << SS.getRange();
550 << Found.getLookupName();
565 LookupResult FoundOuter(*this, Found.getLookupName(), Found.getNameLoc(),
593 << Found.getLookupName()
3702 Diag(R.getNameLoc(), diag::err_no_template) << R.getLookupName();
H A DSemaOverload.cpp12489 if (canBeDeclaredInNamespace(R.getLookupName())) {
12510 << R.getLookupName();
12514 << R.getLookupName() << 0;
12518 << R.getLookupName() << 1 << *SuggestedNamespaces.begin();
12525 << R.getLookupName() << 2;
14486 << R.getLookupName()),
14493 << R.getLookupName()),
H A DSemaDecl.cpp406 << Result.getLookupName() << isClassName);
7430 DeclarationName Name = R.getLookupName();
H A DSemaDeclCXX.cpp11925 << Prev.getLookupName();
H A DSemaExpr.cpp2038 DeclarationName Name = R.getLookupName();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h243 DeclarationName getLookupName() const { function in class:clang::LookupResult

Completed in 291 milliseconds