/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/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()
|
D | SemaDeclCXX.cpp | 8265 LookupName(Previous, S); in BuildUsingDeclaration() 8774 LookupName(Previous, S); in ActOnAliasDeclaration() 8920 LookupName(PrevR, S); in ActOnNamespaceAliasDef() 9832 S.LookupName(R, S.TUScope, true); in buildMemcpyForAssignmentOp() 12780 LookupName(Previous, S, /*AllowBuiltinCreation*/false); in ActOnFriendFunctionDecl() 13988 LookupName(Previous, S); in HandleMSProperty()
|
D | SemaChecking.cpp | 2950 LookupName(Res, TUScope, /*AllowBuiltinCreation=*/true); in SemaBuiltinAtomicOverloaded() 5192 if (S.LookupName(Result, S.getCurScope())) { in checkFormatExpr() 5899 S.LookupName(R, S.getCurScope()); in emitReplacement()
|
D | SemaDeclObjC.cpp | 4341 LookupName(R, S); in ActOnMethodDeclaration()
|
D | SemaExprCXX.cpp | 195 LookupName(Found, S); in getDestructorName()
|
D | SemaType.cpp | 3073 if (S.LookupName(Result, S.getCurScope())) in warnAboutAmbiguousFunction()
|
D | SemaOpenMP.cpp | 11112 LookupName(Lookup, S); in ActOnOpenMPDeclareReductionDirectiveStart()
|
D | SemaExpr.cpp | 15075 if (LookupName(Result, getCurScope()) && Result.isSingleResult()) { in ActOnObjCBoolLiteral()
|
/external/python/cpython2/Mac/scripts/ |
D | errors.txt | 1405 -1024 nbpBuffOvr Buffer overflow in LookupName
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2848 bool LookupName(LookupResult &R, Scope *S,
|