|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/CXXInheritance.h 206 bool isAmbiguous(CanQualType BaseType);
References
tools/clang/lib/AST/ExprConstant.cpp 5232 else if (Paths->isAmbiguous(CQT))
5264 if (DynType->Type->isDerivedFrom(C, Paths) && !Paths.isAmbiguous(CQT) &&
tools/clang/lib/Sema/SemaCast.cpp 1462 if (Paths.isAmbiguous(SrcType.getUnqualifiedType())) {
1579 if (Paths.isAmbiguous(Self.Context.getCanonicalType(DestClass))) {
tools/clang/lib/Sema/SemaDeclCXX.cpp 1298 if (Paths.isAmbiguous(S.Context.getCanonicalType(BaseType))) {
2707 if (Paths.isAmbiguous(CanonicalBase))
2839 if (!Paths.isAmbiguous(Context.getCanonicalType(Base).getUnqualifiedType()))
tools/clang/lib/Sema/SemaExceptionSpec.cpp 721 Paths.isAmbiguous(Context.getCanonicalType(HandlerType)))
tools/clang/lib/Sema/SemaOpenMP.cpp12909 if (!Paths.isAmbiguous(SemaRef.Context.getCanonicalType(
15207 if (!Paths.isAmbiguous(SemaRef.Context.getCanonicalType(
tools/clang/lib/Sema/SemaOverload.cpp 3079 if (Paths.isAmbiguous(Context.getCanonicalType(FromClass).
tools/clang/lib/Sema/SemaStmt.cpp 4122 if (!Paths.isAmbiguous(CTPB.getFoundHandlerType())) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp 149 !Paths.isAmbiguous(ActualTy->getCanonicalTypeUnqualified())) {
tools/clang/tools/extra/clang-tidy/bugprone/VirtualNearMissCheck.cpp 92 if (Paths.isAmbiguous(Context->getCanonicalType(BTy).getUnqualifiedType()))