Searched defs:UnresolvedUsingTypenameDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h2848 class UnresolvedUsingTypenameDecl : public TypeDecl { class in namespace:clang
2860 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, function in class:clang::UnresolvedUsingTypenameDecl
2887 static UnresolvedUsingTypenameDecl *
2892 static UnresolvedUsingTypenameDecl *
2896 static bool classof(const UnresolvedUsingTypenameDecl *D) { return true; }

Completed in 27 milliseconds