Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp316 LookupName(Found, S); in FindFirstQualifierInScope()
368 LookupName(Found, S); in isNonTypeNestedNameSpecifier()
477 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
485 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
557 LookupName(FoundOuter, S); in BuildCXXNestedNameSpecifier()
651 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
DSemaLookup.cpp1109 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() function in Sema
1633 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName()
2174 LookupName(R, S); in LookupSingleName()
2204 LookupName(Operators, S); in LookupOverloadedOperatorName()
2522 LookupName(R, S); in LookupLiteralOperator()
DSemaTemplateVariadic.cpp801 LookupName(R, S); in ActOnSizeofParameterPackExpr()
DSemaLambda.cpp506 LookupName(R, CurScope); in ActOnStartOfLambdaDefinition()
DSemaDecl.cpp203 LookupName(Result, S); in getTypeName()
207 LookupName(Result, S); in getTypeName()
358 LookupName(R, S, false); in isTagName()
2806 if (!SemaRef.LookupName(R, S)) return false; in CheckAnonMemberRedeclaration()
3698 LookupName(Previous, S, /* CreateBuiltins = */ IsLinkageLookup); in HandleDeclarator()
4526 LookupName(R, S); in CheckShadow()
7313 LookupName(R, S); in ActOnParamDeclarator()
8501 LookupName(Previous, S); in ActOnTag()
9290 LookupName(Previous, S); in HandleField()
DSemaTemplate.cpp296 if (S) LookupName(Found, S); in LookupTemplateName()
307 LookupName(Found, S); in LookupTemplateName()
367 LookupName(FoundOuter, S); in LookupTemplateName()
906 LookupName(Previous, S); in CheckClassTemplate()
DSemaExprObjC.cpp1662 LookupName(Result, S); in getObjCMessageKind()
2761 return LookupName(R, TUScope, false); in isKnownName()
DSemaDeclCXX.cpp6159 LookupName(Previous, S); in BuildUsingDeclaration()
6551 LookupName(Previous, S); in ActOnAliasDeclaration()
7856 LookupName(R, TUScope, true); in DefineImplicitCopyAssignment()
7876 LookupName(R, TUScope, true); in DefineImplicitCopyAssignment()
8405 LookupName(R, TUScope, true); in DefineImplicitMoveAssignment()
8425 LookupName(R, TUScope, true); in DefineImplicitMoveAssignment()
DSemaDeclObjC.cpp2852 LookupName(R, S); in ActOnMethodDeclaration()
DSemaType.cpp2100 if (S.LookupName(Result, S.getCurScope())) in warnAboutAmbiguousFunction()
DSemaDeclAttr.cpp4064 if (S.LookupName(R, Sc)) { in handleNSBridgedAttr()
DSemaExprCXX.cpp157 LookupName(Found, S); in getDestructorName()
DSemaExpr.cpp11806 if (LookupName(Result, getCurScope())) { in ActOnObjCBoolLiteral()
/external/clang/include/clang/Sema/
DSema.h2133 bool LookupName(LookupResult &R, Scope *S,