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

/external/clang/include/clang/Sema/
H A DLookup.h42 /// criteria. getFoundDecl() will return this declaration.
235 /// getFoundDecl().
422 return dyn_cast<DeclClass>(getFoundDecl());
430 NamedDecl *getFoundDecl() const { function in class:clang::LookupResult
432 && "getFoundDecl called on non-unique result");
444 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
/external/clang/include/clang/AST/
H A DExpr.h900 NamedDecl *getFoundDecl() { function in class:clang::DeclRefExpr
906 const NamedDecl *getFoundDecl() const { function in class:clang::DeclRefExpr
2264 DeclAccessPair getFoundDecl() const { function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr

Completed in 32 milliseconds