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.cpp2134 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema
4214 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
DSemaTemplate.cpp3116 LookupParsedName(Result, CurScope, &SS); in CheckTemplateTypeArgument()
7679 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
DSemaDeclCXX.cpp2912 LookupParsedName(R, S, &SS); in BuildMemInitializer()
7561 LookupParsedName(R, S, &SS); in ActOnUsingDirective()
8658 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
DSemaDecl.cpp671 SemaRef.LookupParsedName(R, S, &SS); in isTagTypeWithMissingTag()
708 SemaRef.LookupParsedName(Result, S, &SS); in isTagTypeWithMissingTag()
744 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName()
DSemaExprCXX.cpp6817 LookupParsedName(R, S, &SS); in CheckMicrosoftIfExistsSymbol()
DSemaOpenMP.cpp990 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPIdExpression()
DSemaExpr.cpp2113 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
/external/clang/lib/Parse/
DParseDecl.cpp2287 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
/external/clang/include/clang/Sema/
DSema.h2780 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,