Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DLookup.h39 NotFoundInCurrentInstantiation, enumerator
390 return ResultKind == NotFoundInCurrentInstantiation; in wasNotFoundInCurrentInstantiation()
397 ResultKind = NotFoundInCurrentInstantiation; in setNotFoundInCurrentInstantiation()
419 if (ResultKind != NotFoundInCurrentInstantiation) in resolveKindAfterFilter()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateVariadic.cpp818 case LookupResult::NotFoundInCurrentInstantiation: in ActOnSizeofParameterPackExpr()
DSemaLookup.cpp361 assert(ResultKind == NotFound || ResultKind == NotFoundInCurrentInstantiation); in resolveKind()
4308 case LookupResult::NotFoundInCurrentInstantiation: in CorrectTypo()
4443 case LookupResult::NotFoundInCurrentInstantiation: in CorrectTypo()
DSemaTemplate.cpp2987 LookupResult::NotFoundInCurrentInstantiation) { in CheckTemplateTypeArgument()
7794 case LookupResult::NotFoundInCurrentInstantiation: in CheckTypenameType()
DSemaExprObjC.cpp1822 case LookupResult::NotFoundInCurrentInstantiation: in getObjCMessageKind()
DSemaDecl.cpp212 case LookupResult::NotFoundInCurrentInstantiation: in getTypeName()
711 case LookupResult::NotFoundInCurrentInstantiation: { in ClassifyName()
11350 case LookupResult::NotFoundInCurrentInstantiation: in HandleField()
DSemaExpr.cpp1983 (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation)) in ActOnIdExpression()
1992 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in ActOnIdExpression()
2163 if (R.getResultKind() == LookupResult::NotFoundInCurrentInstantiation) in BuildQualifiedDeclarationNameExpr()
DSemaExprCXX.cpp6062 case LookupResult::NotFoundInCurrentInstantiation: in CheckMicrosoftIfExistsSymbol()
DTreeTransform.h919 case LookupResult::NotFoundInCurrentInstantiation: in RebuildDependentNameType()
DSemaDeclCXX.cpp12789 case LookupResult::NotFoundInCurrentInstantiation: in HandleMSProperty()