| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclLookups.h | 43 DeclarationName getLookupName() const { return It->first; } in getLookupName() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 674 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 D | SemaExprCXX.cpp | 2467 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 D | SemaCoroutine.cpp | 1452 << LRVoid.getLookupName(); in makeOnFallthrough() 1455 << LRValue.getLookupName(); in makeOnFallthrough()
|
| H A D | SemaExprMember.cpp | 689 DeclarationName Typo = R.getLookupName(); in LookupMemberExprInRecord() 1257 DeclarationName MemberName = R.getLookupName(); in LookupMemberExpr()
|
| H A D | SemaCXXScopeSpec.cpp | 620 DeclarationName Name = Found.getLookupName(); in BuildCXXNestedNameSpecifier()
|
| H A D | SemaTemplate.cpp | 496 *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 D | SemaOverload.cpp | 12752 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 D | SemaDecl.cpp | 408 << Result.getLookupName() << isClassName); in getTypeName() 7704 DeclarationName Name = R.getLookupName(); in CheckShadow() 9791 if (IdentifierInfo *II = Previous.getLookupName().getAsIdentifierInfo()) { in ActOnFunctionDeclarator()
|
| H A D | SemaExpr.cpp | 2173 << R.getLookupName() in DiagnoseDependentMemberLookup() 2179 Diag(R.getNameLoc(), DiagID) << R.getLookupName(); in DiagnoseDependentMemberLookup() 2208 DeclarationName Name = R.getLookupName(); in DiagnoseEmptyLookup()
|
| H A D | SemaDeclCXX.cpp | 12329 << Prev.getLookupName(); in CheckUsingDeclRedeclaration()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/ |
| H A D | ClangExtDefMapGen.cpp | 80 CrossTranslationUnitContext::getLookupName(DD); in addIfInMain()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 217 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 D | ASTDumper.cpp | 42 DeclarationName Name = I.getLookupName(); in dumpLookups()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/CrossTU/ |
| H A D | CrossTranslationUnit.h | 181 static llvm::Optional<std::string> getLookupName(const NamedDecl *ND);
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Lookup.h | 243 DeclarationName getLookupName() const { in getLookupName() function
|