Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaAttr.cpp704 LookupParsedName(Lookup, curScope, nullptr, true); in ActOnPragmaUnused()
DSemaLookup.cpp2448 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema
4669 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
DSemaOpenMP.cpp2795 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPIdExpression()
6654 LookupParsedName(Lookup, S, &D.getCXXScopeSpec()); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
16434 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef()
19195 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec)) { in buildUserDefinedMapperRef()
20425 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in lookupOpenMPDeclareTargetName()
DSemaTemplate.cpp4998 LookupParsedName(Result, CurScope, &SS); in CheckTemplateTypeArgument()
10009 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
DSemaDeclCXX.cpp4223 LookupParsedName(R, S, &SS); in BuildMemInitializer()
11466 LookupParsedName(R, S, &SS); in ActOnUsingDirective()
12913 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
DSemaDecl.cpp801 SemaRef.LookupParsedName(R, S, &SS); in isTagTypeWithMissingTag()
838 SemaRef.LookupParsedName(Result, S, &SS); in isTagTypeWithMissingTag()
880 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName()
DSemaExprCXX.cpp8609 LookupParsedName(R, S, &SS); in CheckMicrosoftIfExistsSymbol()
DSemaExpr.cpp2507 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseDecl.cpp2655 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h4123 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,