/external/dng_sdk/source/ |
D | dng_parse_utils.cpp | 43 static const char * LookupName (uint32 key, in LookupName() function 117 const char *name = LookupName (parentCode, in LookupParentCode() 479 name = LookupName (tagCode, in LookupTagCode() 489 name = LookupName (tagCode, in LookupTagCode() 499 name = LookupName (tagCode, in LookupTagCode() 509 name = LookupName (tagCode, in LookupTagCode() 519 name = LookupName (tagCode, in LookupTagCode() 598 const char *name = LookupName (tagType, in LookupTagType() 630 const char *name = LookupName (key, in LookupNewSubFileType() 665 const char *name = LookupName (key, in LookupCompression() [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidyCheck.h | 59 explicit UnparseableEnumOptionError(std::string LookupName, in UnparseableEnumOptionError() argument 61 : LookupName(LookupName), LookupValue(LookupValue) {} in UnparseableEnumOptionError() 62 explicit UnparseableEnumOptionError(std::string LookupName, in UnparseableEnumOptionError() argument 65 : LookupName(LookupName), LookupValue(LookupValue), in UnparseableEnumOptionError() 72 const std::string LookupName; 80 explicit UnparseableIntegerOptionError(std::string LookupName, 83 : LookupName(LookupName), LookupValue(LookupValue), IsBoolean(IsBoolean) { in LookupName() argument 90 const std::string LookupName;
|
D | ClangTidyCheck.cpp | 30 "' for option '", LookupName, "'"}); in message() 38 "' for option '", LookupName, "'; expected ", in message() 110 const llvm::Twine &LookupName) { in getAsBool() argument 118 return llvm::make_error<UnparseableIntegerOptionError>(LookupName.str(), in getAsBool()
|
/external/llvm-project/clang/tools/clang-extdef-mapping/ |
D | ClangExtDefMapGen.cpp | 79 llvm::Optional<std::string> LookupName = in addIfInMain() local 81 if (!LookupName) in addIfInMain() 83 assert(!LookupName->empty() && "Lookup name should be non-empty."); in addIfInMain() 97 Index[*LookupName] = CurrentFileName; in addIfInMain()
|
/external/angle/src/gpu_info_util/ |
D | SystemInfo_libpci.cpp | 58 (LookupName = reinterpret_cast<decltype(LookupName)>( in LibPCI() 79 decltype(&::pci_lookup_name) LookupName = nullptr; member
|
/external/llvm-project/clang/lib/CrossTU/ |
D | CrossTranslationUnit.cpp | 162 StringRef LookupName = LineRef.substr(0, Delimiter); in parseCrossTUIndex() local 170 Result.try_emplace(LookupName, FilePath.begin(), FilePath.end()); in parseCrossTUIndex() 230 StringRef LookupName) { in findDefInDeclContext() argument 235 if (const auto *ND = findDefInDeclContext<T>(SubDC, LookupName)) in findDefInDeclContext() 243 if (!ResultLookupName || *ResultLookupName != LookupName) in findDefInDeclContext() 258 const llvm::Optional<std::string> LookupName = getLookupName(D); in getCrossTUDefinitionImpl() local 259 if (!LookupName) in getCrossTUDefinitionImpl() 263 loadExternalAST(*LookupName, CrossTUDir, IndexName, DisplayCTUProgress); in getCrossTUDefinitionImpl() 319 if (const T *ResultDecl = findDefInDeclContext<T>(TU, *LookupName)) in getCrossTUDefinitionImpl() 483 StringRef LookupName, StringRef CrossTUDir, StringRef IndexName, in loadExternalAST() argument [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 370 LookupName(Found, S); in FindFirstQualifierInScope() 421 LookupName(Found, S); in isNonTypeNestedNameSpecifier() 551 LookupName(Found, S); in BuildCXXNestedNameSpecifier() 559 LookupName(Found, S); in BuildCXXNestedNameSpecifier() 590 LookupName(R, S); in BuildCXXNestedNameSpecifier() 676 LookupName(FoundOuter, S); in BuildCXXNestedNameSpecifier() 777 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
|
D | SemaLookup.cpp | 917 Sema.LookupName(Result, S); in LookupPredefedObjCSuperType() 1872 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() function in Sema 2438 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName() 2985 LookupName(R, S); in LookupSingleName() 3008 LookupName(Operators, S); in LookupOverloadedOperatorName() 3339 LookupName(R, S); in LookupLiteralOperator() 5463 LookupName(R, S); in ActOnPragmaDump()
|
D | SemaCoroutine.cpp | 260 SemaRef.LookupName(Operators, S); in buildOperatorCoawaitLookupExpr() 298 S.LookupName(R, S.TUScope, /*AllowBuiltinCreation=*/true); in buildBuiltinCall()
|
D | SemaExprObjC.cpp | 2298 LookupName(Result, S); in getObjCMessageKind() 3746 return LookupName(R, TUScope, false); in isKnownName() 4018 if (S.LookupName(R, S.TUScope)) { in CheckObjCBridgeNSCast() 4084 if (S.LookupName(R, S.TUScope)) { in CheckObjCBridgeCFCast() 4245 if (!LookupName(R, TUScope)) { in checkObjCBridgeRelatedComponents()
|
D | SemaStmtAsm.cpp | 805 if (LookupName(BaseResult, getCurScope()) && BaseResult.isSingleResult()) in LookupInlineAsmField()
|
D | SemaTemplateVariadic.cpp | 1012 LookupName(R, S); in ActOnSizeofParameterPackExpr()
|
D | SemaDecl.cpp | 358 LookupName(Result, S); in getTypeName() 362 LookupName(Result, S); in getTypeName() 614 LookupName(R, S, false); in isTagName() 4819 if (!SemaRef.LookupName(R, S)) return false; in CheckAnonMemberRedeclaration() 5798 LookupName(Previous, S, CreateBuiltins); in HandleDeclarator() 7688 LookupName(R, S); in CheckShadow() 8253 SemaRef.LookupName(Prev, S); in DiagnoseInvalidRedeclaration() 13571 LookupName(R, S); in ActOnParamDeclarator() 15580 LookupName(Previous, S); in ActOnTag() 15739 LookupName(Previous, S); in ActOnTag() [all …]
|
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 370 LookupName(Found, S); in FindFirstQualifierInScope() 422 LookupName(Found, S); in isNonTypeNestedNameSpecifier() 549 LookupName(Found, S); in BuildCXXNestedNameSpecifier() 557 LookupName(Found, S); in BuildCXXNestedNameSpecifier() 588 LookupName(R, S); in BuildCXXNestedNameSpecifier() 671 LookupName(FoundOuter, S); in BuildCXXNestedNameSpecifier() 773 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
|
D | SemaLookup.cpp | 1696 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() function in Sema 2256 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName() 2783 LookupName(R, S); in LookupSingleName() 2807 LookupName(Operators, S); in LookupOverloadedOperatorName() 3115 LookupName(R, S); in LookupLiteralOperator() 5114 LookupName(R, S); in ActOnPragmaDump()
|
D | SemaExprObjC.cpp | 2069 LookupName(Result, S); in getObjCMessageKind() 3369 return LookupName(R, TUScope, false); in isKnownName() 3642 if (S.LookupName(R, S.TUScope)) { in CheckObjCBridgeNSCast() 3707 if (S.LookupName(R, S.TUScope)) { in CheckObjCBridgeCFCast() 3865 if (!LookupName(R, TUScope)) { in checkObjCBridgeRelatedComponents()
|
D | SemaStmtAsm.cpp | 624 if (!LookupName(BaseResult, getCurScope())) in LookupInlineAsmField()
|
D | SemaTemplateVariadic.cpp | 838 LookupName(R, S); in ActOnSizeofParameterPackExpr()
|
D | SemaDecl.cpp | 317 LookupName(Result, S); in getTypeName() 321 LookupName(Result, S); in getTypeName() 553 LookupName(R, S, false); in isTagName() 1756 ThisSema.LookupName(Result, S); in LookupPredefedObjCSuperType() 4096 if (!SemaRef.LookupName(R, S)) return false; in CheckAnonMemberRedeclaration() 5037 LookupName(Previous, S, CreateBuiltins); in HandleDeclarator() 6612 LookupName(R, S); in CheckShadow() 7178 SemaRef.LookupName(Prev, S); in DiagnoseInvalidRedeclaration() 10855 LookupName(R, S); in ActOnParamDeclarator() 12436 LookupName(Previous, S); in ActOnTag() [all …]
|
D | SemaLambda.cpp | 1035 LookupName(R, CurScope); in ActOnStartOfLambdaDefinition()
|
D | SemaTemplate.cpp | 303 if (S) LookupName(Found, S); in LookupTemplateName() 314 LookupName(Found, S); in LookupTemplateName() 371 LookupName(FoundOuter, S); in LookupTemplateName() 923 LookupName(Previous, S); in CheckClassTemplate()
|
/external/llvm-project/clang/include/clang/CrossTU/ |
D | CrossTranslationUnit.h | 164 llvm::Expected<ASTUnit *> loadExternalAST(StringRef LookupName, 209 StringRef LookupName);
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | CxxModuleHandler.cpp | 81 sema.LookupName(*lookup_result, scopes.back()); in emulateLookupInCtxt()
|
D | ClangModulesDeclVendor.cpp | 405 m_compiler_instance->getSema().LookupName( in FindDecls()
|
/external/llvm-project/clang-tools-extra/clangd/refactor/ |
D | Rename.cpp | 328 DeclarationName LookupName(&II); in lookupSiblingWithName() local 347 LookupResult = DC->lookup(LookupName); in lookupSiblingWithName()
|