Searched refs:LookupName (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 316 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()
|
D | SemaLookup.cpp | 1109 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()
|
D | SemaTemplateVariadic.cpp | 801 LookupName(R, S); in ActOnSizeofParameterPackExpr()
|
D | SemaLambda.cpp | 506 LookupName(R, CurScope); in ActOnStartOfLambdaDefinition()
|
D | SemaDecl.cpp | 203 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()
|
D | SemaTemplate.cpp | 296 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()
|
D | SemaExprObjC.cpp | 1662 LookupName(Result, S); in getObjCMessageKind() 2761 return LookupName(R, TUScope, false); in isKnownName()
|
D | SemaDeclCXX.cpp | 6159 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()
|
D | SemaDeclObjC.cpp | 2852 LookupName(R, S); in ActOnMethodDeclaration()
|
D | SemaType.cpp | 2100 if (S.LookupName(Result, S.getCurScope())) in warnAboutAmbiguousFunction()
|
D | SemaDeclAttr.cpp | 4064 if (S.LookupName(R, Sc)) { in handleNSBridgedAttr()
|
D | SemaExprCXX.cpp | 157 LookupName(Found, S); in getDestructorName()
|
D | SemaExpr.cpp | 11806 if (LookupName(Result, getCurScope())) { in ActOnObjCBoolLiteral()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2133 bool LookupName(LookupResult &R, Scope *S,
|