| /minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
| H A D | SourceLocationTest.cpp | 255 TEST(UnresolvedUsingValueDecl, SourceRange) { in TEST() argument 256 RangeVerifier<UnresolvedUsingValueDecl> Verifier; in TEST()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2104 void UnresolvedUsingValueDecl::anchor() { } in anchor() 2106 UnresolvedUsingValueDecl * 2107 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create() 2111 return new (C, DC) UnresolvedUsingValueDecl(DC, C.DependentTy, UsingLoc, in Create() 2115 UnresolvedUsingValueDecl * 2116 UnresolvedUsingValueDecl::CreateDeserialized(ASTContext &C, unsigned ID) { in CreateDeserialized() 2117 return new (C, ID) UnresolvedUsingValueDecl(nullptr, QualType(), in CreateDeserialized() 2123 SourceRange UnresolvedUsingValueDecl::getSourceRange() const { in getSourceRange()
|
| H A D | DeclPrinter.cpp | 82 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1197 void DeclPrinter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| H A D | Decl.cpp | 1492 if (isa<UnresolvedUsingValueDecl>(this) && in declarationReplaces() 1493 isa<UnresolvedUsingValueDecl>(OldD)) { in declarationReplaces() 1496 cast<UnresolvedUsingValueDecl>(this)->getQualifier()) == in declarationReplaces() 1498 cast<UnresolvedUsingValueDecl>(OldD)->getQualifier()); in declarationReplaces()
|
| H A D | ExprCXX.cpp | 352 isa<UnresolvedUsingValueDecl>(*I)) { in OverloadExpr() 1313 if (isa<UnresolvedUsingValueDecl>(decl)) in hasOnlyNonStaticMemberFunctions()
|
| H A D | ASTDumper.cpp | 457 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D); 1364 void ASTDumper::VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| H A D | ASTContext.cpp | 1145 isa<UnresolvedUsingValueDecl>(Pattern) || in setInstantiatedFromUsingDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3013 class UnresolvedUsingValueDecl : public ValueDecl, 3014 public Mergeable<UnresolvedUsingValueDecl> { 3027 UnresolvedUsingValueDecl(DeclContext *DC, QualType Ty, in UnresolvedUsingValueDecl() function 3060 static UnresolvedUsingValueDecl * 3065 static UnresolvedUsingValueDecl * 3071 UnresolvedUsingValueDecl *getCanonicalDecl() override { in getCanonicalDecl() 3074 const UnresolvedUsingValueDecl *getCanonicalDecl() const { in getCanonicalDecl()
|
| H A D | DataRecursiveASTVisitor.h | 1661 DEF_TRAVERSE_DECL(UnresolvedUsingValueDecl, {
|
| H A D | RecursiveASTVisitor.h | 1703 DEF_TRAVERSE_DECL(UnresolvedUsingValueDecl, {
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CursorVisitor.h | 236 bool VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D);
|
| H A D | CIndex.cpp | 1178 bool CursorVisitor::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Lookup.h | 651 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl())) in sanityCheckUnresolved()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 102 void VisitUnresolvedUsingValueDecl(const UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 284 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 1250 void ASTDeclReader::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 2510 if (auto *UX = dyn_cast<UnresolvedUsingValueDecl>(X)) { in isSameEntity() 2511 auto *UY = cast<UnresolvedUsingValueDecl>(Y); in isSameEntity() 2951 D = UnresolvedUsingValueDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
| H A D | ASTWriterDecl.cpp | 79 void VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D); 992 void ASTDeclWriter::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 2336 ::VisitUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in VisitUnresolvedUsingValueDecl() 4221 static bool isInstantiationOf(UnresolvedUsingValueDecl *Pattern, in isInstantiationOf() 4259 if (UnresolvedUsingValueDecl *UUD in isInstantiationOf() 4260 = dyn_cast<UnresolvedUsingValueDecl>(D)) { in isInstantiationOf()
|
| H A D | SemaLookup.cpp | 369 else if (isa<UnresolvedUsingValueDecl>(D)) in resolveKind() 422 if (isa<UnresolvedUsingValueDecl>(D)) { in resolveKind()
|
| H A D | SemaTemplate.cpp | 8044 if (UnresolvedUsingValueDecl *Using in CheckTypenameType() 8045 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
|
| H A D | SemaDeclCXX.cpp | 8009 D = UnresolvedUsingValueDecl::Create(Context, CurContext, UsingLoc, in BuildUsingDeclaration() 8204 } else if (UnresolvedUsingValueDecl *UD in CheckUsingDeclRedeclaration() 8205 = dyn_cast<UnresolvedUsingValueDecl>(D)) { in CheckUsingDeclRedeclaration()
|
| H A D | SemaCodeComplete.cpp | 2075 else if (isa<UnresolvedUsingValueDecl>(ND)) { in AddResultTypeChunk()
|
| H A D | SemaOverload.cpp | 922 } else if (isa<UnresolvedUsingValueDecl>(OldD)) { in CheckOverload()
|
| H A D | SemaDecl.cpp | 1255 isa<UnresolvedUsingValueDecl>(D); in isUsingDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 932 UnresolvedUsingValueDecl> unresolvedUsingValueDecl;
|