summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-07-02 23:12:18 +0000
committerDouglas Gregor <dgregor@apple.com>2010-07-02 23:12:18 +0000
commit52b7282081ca619c9d5ca18ba8163a9d6dbe6a16 (patch)
tree54fdd5d6131b210c8b18d24d7ee83b44772ea1fe /clang/lib/Sema/Sema.h
parent04b97967ddbe52c6f737032548ff4a2b36e71e02 (diff)
downloadbcm5719-llvm-52b7282081ca619c9d5ca18ba8163a9d6dbe6a16.tar.gz
bcm5719-llvm-52b7282081ca619c9d5ca18ba8163a9d6dbe6a16.zip
Introduce a new routine, LookupConstructors(), and use it for all
constructor-name lookup. llvm-svn: 107536
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r--clang/lib/Sema/Sema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index 9ec790bcdc1..c8294109fc5 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -1478,6 +1478,7 @@ public:
void LookupOverloadedOperatorName(OverloadedOperatorKind Op, Scope *S,
QualType T1, QualType T2,
UnresolvedSetImpl &Functions);
+ DeclContext::lookup_result LookupConstructors(CXXRecordDecl *Class);
CXXDestructorDecl *LookupDestructor(CXXRecordDecl *Class);
void ArgumentDependentLookup(DeclarationName Name, bool Operator,
OpenPOWER on IntegriCloud