Home
last modified time | relevance | path

Searched refs:LookupParsedName (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Sema/
DSemaAttr.cpp451 LookupParsedName(Lookup, curScope, nullptr, true); in ActOnPragmaUnused()
DSemaLookup.cpp1829 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema
3887 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
DSemaTemplate.cpp3067 LookupParsedName(Result, CurScope, &SS); in CheckTemplateTypeArgument()
7565 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
DSemaDeclCXX.cpp2934 LookupParsedName(R, S, &SS); in BuildMemInitializer()
7537 LookupParsedName(R, S, &SS); in ActOnUsingDirective()
8643 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
DSemaDecl.cpp672 SemaRef.LookupParsedName(R, S, &SS); in isTagTypeWithMissingTag()
709 SemaRef.LookupParsedName(Result, S, &SS); in isTagTypeWithMissingTag()
745 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName()
DSemaExprCXX.cpp6463 LookupParsedName(R, S, &SS); in CheckMicrosoftIfExistsSymbol()
DSemaOpenMP.cpp660 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPIdExpression()
DSemaExpr.cpp2115 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
/external/clang/lib/Parse/
DParseDecl.cpp2223 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
/external/clang/include/clang/Sema/
DSema.h2601 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,