Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp136 S.LookupParsedName(R, S.getCurScope(), &SS, false); in lookupBuiltinFunction()
H A DSemaAttr.cpp830 LookupParsedName(Lookup, curScope, nullptr, true); in ActOnPragmaUnused()
H A DSemaLookup.cpp2715 bool Sema::LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS, in LookupParsedName() function in Sema
4996 SemaRef.LookupParsedName(Res, S, SS, /*AllowBuiltinCreation=*/false, in LookupPotentialTypoResult()
H A DSemaTemplate.cpp5188 LookupParsedName(Result, CurScope, &SS); in CheckTemplateTypeArgument()
10365 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
H A DSemaOpenMP.cpp3031 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in ActOnOpenMPIdExpression()
7154 LookupParsedName(Lookup, S, &D.getCXXScopeSpec()); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
18788 while (S && SemaRef.LookupParsedName(Lookup, S, &ReductionIdScopeSpec)) { in buildDeclareReductionRef()
21563 while (S && SemaRef.LookupParsedName(Lookup, S, &MapperIdScopeSpec)) { in buildUserDefinedMapperRef()
22865 LookupParsedName(Lookup, CurScope, &ScopeSpec, true); in lookupOpenMPDeclareTargetName()
H A DSemaDeclCXX.cpp4308 LookupParsedName(R, S, &SS); in BuildMemInitializer()
11764 LookupParsedName(R, S, &SS); in ActOnUsingDirective()
13222 LookupParsedName(R, S, &SS); in ActOnNamespaceAliasDef()
H A DSemaDecl.cpp855 SemaRef.LookupParsedName(R, S, &SS); in isTagTypeWithMissingTag()
892 SemaRef.LookupParsedName(Result, S, &SS); in isTagTypeWithMissingTag()
919 LookupParsedName(Result, S, &SS, !CurMethod); in ClassifyName()
H A DSemaExprCXX.cpp8888 LookupParsedName(R, S, &SS); in CheckMicrosoftIfExistsSymbol()
H A DSemaExpr.cpp2564 LookupParsedName(R, S, &SS, !IvarLookupFollowUp); in ActOnIdExpression()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp2764 if (Actions.LookupParsedName(R, getCurScope(), SS)) { in ParseImplicitInt()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4459 bool LookupParsedName(LookupResult &R, Scope *S, CXXScopeSpec *SS,