Home
last modified time | relevance | path

Searched refs:getResultKind (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h325 return getResultKind() == Ambiguous; in isAmbiguous()
332 return getResultKind() == Found; in isSingleResult()
337 return getResultKind() == FoundOverloaded; in isOverloadedResult()
341 return getResultKind() == FoundUnresolvedValue; in isUnresolvableResult()
344 LookupResultKind getResultKind() const { in getResultKind() function
559 if (getResultKind() != Found) return nullptr; in getAsSingle()
569 assert(getResultKind() == Found in getFoundDecl()
582 return getResultKind() == Found && isa<TagDecl>(getFoundDecl()); in isSingleTagDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp986 if (Result.getResultKind() == LookupResult::Found) in LookupPredefedObjCSuperType()
3601 assert(R.getResultKind() != LookupResult::Ambiguous && in LookupLiteralOperator()
4676 switch (Result.getResultKind()) { in resolveCorrection()
4755 switch (Result.getResultKind()) { in performQualifiedLookups()
H A DSemaTemplateVariadic.cpp1028 switch (R.getResultKind()) { in ActOnSizeofParameterPackExpr()
H A DSemaDecl.cpp395 switch (Result.getResultKind()) { in getTypeName()
644 if (R.getResultKind() == LookupResult::Found) in isTagName()
912 switch (Result.getResultKind()) { in ClassifyName()
1485 if (Previous.getResultKind() == LookupResult::FoundOverloaded) { in AllowOverloadingOfFunction()
1489 } else if (Previous.getResultKind() == LookupResult::Found) in AllowOverloadingOfFunction()
8131 if (R.getResultKind() != LookupResult::Found) in shouldWarnIfShadowedDecl()
10324 Previous.getResultKind() != LookupResult::FoundOverloaded) && in ActOnFunctionDeclarator()
10491 Previous.getResultKind() != LookupResult::FoundOverloaded) && in ActOnFunctionDeclarator()
18276 switch (Previous.getResultKind()) { in HandleField()
H A DSemaExprObjC.cpp2311 switch (Result.getResultKind()) { in getObjCMessageKind()
H A DSemaExprCXX.cpp9175 switch (R.getResultKind()) { in CheckMicrosoftIfExistsSymbol()
H A DTreeTransform.h1208 switch (Result.getResultKind()) { in RebuildDependentNameType()
1231 switch (Result.getResultKind()) { in RebuildDependentNameType()
H A DSemaTemplate.cpp10496 switch (Result.getResultKind()) { in CheckTypenameType()
H A DSemaDeclCXX.cpp18985 switch (Previous.getResultKind()) { in HandleMSProperty()