| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaCXXScopeSpec.cpp | 295 LookupName(Found, S); in FindFirstQualifierInScope() 347 LookupName(Found, S); in isNonTypeNestedNameSpecifier() 456 LookupName(Found, S); in BuildCXXNestedNameSpecifier() 464 LookupName(Found, S); in BuildCXXNestedNameSpecifier() 535 LookupName(FoundOuter, S); in BuildCXXNestedNameSpecifier() 629 LookupName(Found, S); in BuildCXXNestedNameSpecifier()
|
| D | SemaStmtAsm.cpp | 435 if (!LookupName(BaseResult, getCurScope())) in LookupInlineAsmField()
|
| D | SemaLookup.cpp | 1324 bool Sema::LookupName(LookupResult &R, Scope *S, bool AllowBuiltinCreation) { in LookupName() function in Sema 1840 return LookupName(R, S, AllowBuiltinCreation); in LookupParsedName() 2376 LookupName(R, S); in LookupSingleName() 2406 LookupName(Operators, S); in LookupOverloadedOperatorName() 2730 LookupName(R, S); in LookupLiteralOperator() 4152 if (LookupName(R, S)) in CorrectTypo()
|
| D | SemaTemplateVariadic.cpp | 808 LookupName(R, S); in ActOnSizeofParameterPackExpr()
|
| D | SemaExprObjC.cpp | 1799 LookupName(Result, S); in getObjCMessageKind() 2947 return LookupName(R, TUScope, false); in isKnownName() 3191 if (S.LookupName(R, S.TUScope)) { in CheckObjCBridgeNSCast() 3235 if (S.LookupName(R, S.TUScope)) { in CheckObjCBridgeCFCast()
|
| D | SemaDecl.cpp | 202 LookupName(Result, S); in getTypeName() 206 LookupName(Result, S); in getTypeName() 349 LookupName(R, S, false); in isTagName() 1492 ThisSema.LookupName(Result, S); in LookupPredefedObjCSuperType() 3427 if (!SemaRef.LookupName(R, S)) return false; in CheckAnonMemberRedeclaration() 4320 LookupName(Previous, S, CreateBuiltins); in HandleDeclarator() 5581 LookupName(R, S); in CheckShadow() 6058 SemaRef.LookupName(Prev, S); in DiagnoseInvalidRedeclaration() 9150 LookupName(R, S); in ActOnParamDeclarator() 10492 LookupName(Previous, S); in ActOnTag() [all …]
|
| D | SemaLambda.cpp | 949 LookupName(R, CurScope); in ActOnStartOfLambdaDefinition()
|
| D | SemaTemplate.cpp | 299 if (S) LookupName(Found, S); in LookupTemplateName() 310 LookupName(Found, S); in LookupTemplateName() 367 LookupName(FoundOuter, S); in LookupTemplateName() 903 LookupName(Previous, S); in CheckClassTemplate()
|
| D | SemaDeclCXX.cpp | 7334 LookupName(Previous, S); in BuildUsingDeclaration() 7745 LookupName(Previous, S); in ActOnAliasDeclaration() 8861 S.LookupName(R, S.TUScope, true); in buildMemcpyForAssignmentOp() 11611 LookupName(Previous, S, /*AllowBuiltinCreation*/false); in ActOnFriendFunctionDecl() 12777 LookupName(Previous, S); in HandleMSProperty()
|
| D | SemaChecking.cpp | 1493 LookupName(Res, TUScope, /*AllowBuiltinCreation=*/true); in SemaBuiltinAtomicOverloaded() 3196 if (S.LookupName(Result, S.getCurScope())) { in checkFormatExpr()
|
| D | SemaDeclObjC.cpp | 3147 LookupName(R, S); in ActOnMethodDeclaration()
|
| D | SemaType.cpp | 2418 if (S.LookupName(Result, S.getCurScope())) in warnAboutAmbiguousFunction()
|
| D | SemaExprCXX.cpp | 197 LookupName(Found, S); in getDestructorName()
|
| D | SemaDeclAttr.cpp | 4380 if (S.LookupName(R, Sc)) { in handleNSBridgedAttr()
|
| D | SemaExpr.cpp | 13155 if (LookupName(Result, getCurScope()) && Result.isSingleResult()) { in ActOnObjCBoolLiteral()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 2457 bool LookupName(LookupResult &R, Scope *S,
|