Home
last modified time | relevance | path

Searched refs:LookupName (Results 1 – 18 of 18) sorted by relevance

/external/dng_sdk/source/
Ddng_parse_utils.cpp43 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/
DSemaCXXScopeSpec.cpp370 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()
DSemaLookup.cpp1696 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()
DSemaExprObjC.cpp2069 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()
DSemaStmtAsm.cpp624 if (!LookupName(BaseResult, getCurScope())) in LookupInlineAsmField()
DSemaTemplateVariadic.cpp838 LookupName(R, S); in ActOnSizeofParameterPackExpr()
DSemaDecl.cpp317 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 …]
DSemaLambda.cpp1035 LookupName(R, CurScope); in ActOnStartOfLambdaDefinition()
DSemaTemplate.cpp303 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()
DSemaDeclCXX.cpp8265 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()
DSemaChecking.cpp2950 LookupName(Res, TUScope, /*AllowBuiltinCreation=*/true); in SemaBuiltinAtomicOverloaded()
5192 if (S.LookupName(Result, S.getCurScope())) { in checkFormatExpr()
5899 S.LookupName(R, S.getCurScope()); in emitReplacement()
DSemaDeclObjC.cpp4341 LookupName(R, S); in ActOnMethodDeclaration()
DSemaType.cpp3073 if (S.LookupName(Result, S.getCurScope())) in warnAboutAmbiguousFunction()
DSemaExprCXX.cpp195 LookupName(Found, S); in getDestructorName()
DSemaOpenMP.cpp11112 LookupName(Lookup, S); in ActOnOpenMPDeclareReductionDirectiveStart()
DSemaExpr.cpp15075 if (LookupName(Result, getCurScope()) && Result.isSingleResult()) { in ActOnObjCBoolLiteral()
/external/python/cpython2/Mac/scripts/
Derrors.txt1405 -1024 nbpBuffOvr Buffer overflow in LookupName
/external/clang/include/clang/Sema/
DSema.h2848 bool LookupName(LookupResult &R, Scope *S,