Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCXXScopeSpec.cpp295 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()
DSemaStmtAsm.cpp435 if (!LookupName(BaseResult, getCurScope())) in LookupInlineAsmField()
DSemaLookup.cpp1324 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()
DSemaTemplateVariadic.cpp808 LookupName(R, S); in ActOnSizeofParameterPackExpr()
DSemaExprObjC.cpp1799 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()
DSemaDecl.cpp202 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 …]
DSemaLambda.cpp949 LookupName(R, CurScope); in ActOnStartOfLambdaDefinition()
DSemaTemplate.cpp299 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()
DSemaDeclCXX.cpp7334 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()
DSemaChecking.cpp1493 LookupName(Res, TUScope, /*AllowBuiltinCreation=*/true); in SemaBuiltinAtomicOverloaded()
3196 if (S.LookupName(Result, S.getCurScope())) { in checkFormatExpr()
DSemaDeclObjC.cpp3147 LookupName(R, S); in ActOnMethodDeclaration()
DSemaType.cpp2418 if (S.LookupName(Result, S.getCurScope())) in warnAboutAmbiguousFunction()
DSemaExprCXX.cpp197 LookupName(Found, S); in getDestructorName()
DSemaDeclAttr.cpp4380 if (S.LookupName(R, Sc)) { in handleNSBridgedAttr()
DSemaExpr.cpp13155 if (LookupName(Result, getCurScope()) && Result.isSingleResult()) { in ActOnObjCBoolLiteral()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h2457 bool LookupName(LookupResult &R, Scope *S,