Home
last modified time | relevance | path

Searched refs:getLookupName (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclLookups.h43 DeclarationName getLookupName() const { return It->first; } in getLookupName() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp674 llvm::errs() << "lookup results for " << getLookupName().getAsString() in dump()
908 IdentifierInfo *II = R.getLookupName().getAsIdentifierInfo(); in LookupBuiltin()
1092 DeclareImplicitMemberFunctionsWithName(S, R.getLookupName(), R.getNameLoc(), in LookupDirect()
1096 DeclContext::lookup_result DR = DC->lookup(R.getLookupName()); in LookupDirect()
1107 if (R.getLookupName().getNameKind() in LookupDirect()
1109 R.getLookupName().getCXXNameType()->isDependentType() || in LookupDirect()
1125 R.getLookupName().getCXXNameType()->getContainedDeducedType(); in LookupDirect()
1126 if (R.getLookupName().getNameKind() == in LookupDirect()
1171 = R.getSema().Context.getFunctionType(R.getLookupName().getCXXNameType(), in LookupDirect()
1248 DeclarationName Name = R.getLookupName(); in CppLookupName()
[all …]
H A DSemaExprCXX.cpp2467 if (R.getLookupName().getCXXOverloadedOperator() == OO_Array_New && in resolveAllocationOverload()
2486 << R.getLookupName() << Range; in resolveAllocationOverload()
2522 << R.getLookupName() << Range; in resolveAllocationOverload()
2535 << R.getLookupName() << Range), in resolveAllocationOverload()
2545 << R.getLookupName() << Range), in resolveAllocationOverload()
3722 << R.getLookupName() << FnDecl->getSourceRange(); in resolveBuiltinNewDeleteOverload()
3734 << R.getLookupName() << Range), in resolveBuiltinNewDeleteOverload()
3742 << R.getLookupName() << Range), in resolveBuiltinNewDeleteOverload()
3749 << R.getLookupName() << Range), in resolveBuiltinNewDeleteOverload()
H A DSemaCoroutine.cpp1452 << LRVoid.getLookupName(); in makeOnFallthrough()
1455 << LRValue.getLookupName(); in makeOnFallthrough()
H A DSemaExprMember.cpp689 DeclarationName Typo = R.getLookupName(); in LookupMemberExprInRecord()
1257 DeclarationName MemberName = R.getLookupName(); in LookupMemberExpr()
H A DSemaCXXScopeSpec.cpp620 DeclarationName Name = Found.getLookupName(); in BuildCXXNestedNameSpecifier()
H A DSemaTemplate.cpp496 *ATK = (Found.empty() && Found.getLookupName().isIdentifier()) in LookupTemplateName()
507 DeclarationName Name = Found.getLookupName(); in LookupTemplateName()
552 << Found.getLookupName() << SS.getRange() in LookupTemplateName()
557 << Found.getLookupName(); in LookupTemplateName()
572 LookupResult FoundOuter(*this, Found.getLookupName(), Found.getNameLoc(), in LookupTemplateName()
600 << Found.getLookupName() in LookupTemplateName()
3900 Diag(R.getNameLoc(), diag::err_no_template) << R.getLookupName(); in resolveAssumedTemplateNameAsType()
H A DSemaOverload.cpp12752 if (canBeDeclaredInNamespace(R.getLookupName())) { in DiagnoseTwoPhaseLookup()
12773 << R.getLookupName(); in DiagnoseTwoPhaseLookup()
12777 << R.getLookupName() << 0; in DiagnoseTwoPhaseLookup()
12781 << R.getLookupName() << 1 << *SuggestedNamespaces.begin(); in DiagnoseTwoPhaseLookup()
12788 << R.getLookupName() << 2; in DiagnoseTwoPhaseLookup()
14864 << R.getLookupName()), in BuildLiteralOperatorCall()
14871 << R.getLookupName()), in BuildLiteralOperatorCall()
H A DSemaDecl.cpp408 << Result.getLookupName() << isClassName); in getTypeName()
7704 DeclarationName Name = R.getLookupName(); in CheckShadow()
9791 if (IdentifierInfo *II = Previous.getLookupName().getAsIdentifierInfo()) { in ActOnFunctionDeclarator()
H A DSemaExpr.cpp2173 << R.getLookupName() in DiagnoseDependentMemberLookup()
2179 Diag(R.getNameLoc(), DiagID) << R.getLookupName(); in DiagnoseDependentMemberLookup()
2208 DeclarationName Name = R.getLookupName(); in DiagnoseEmptyLookup()
H A DSemaDeclCXX.cpp12329 << Prev.getLookupName(); in CheckUsingDeclRedeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp80 CrossTranslationUnitContext::getLookupName(DD); in addIfInMain()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp217 CrossTranslationUnitContext::getLookupName(const NamedDecl *ND) { in getLookupName() function in clang::cross_tu::CrossTranslationUnitContext
242 llvm::Optional<std::string> ResultLookupName = getLookupName(ResultDecl); in findDefInDeclContext()
258 const llvm::Optional<std::string> LookupName = getLookupName(D); in getCrossTUDefinitionImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp42 DeclarationName Name = I.getLookupName(); in dumpLookups()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h181 static llvm::Optional<std::string> getLookupName(const NamedDecl *ND);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h243 DeclarationName getLookupName() const { in getLookupName() function