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.
247 /// getFoundDecl().
445 return dyn_cast<DeclClass>(getFoundDecl());
453 NamedDecl *getFoundDecl() const { function in class:clang::LookupResult
455 && "getFoundDecl called on non-unique result");
467 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
/external/clang/include/clang/AST/
H A DExpr.h1025 NamedDecl *getFoundDecl() { function in class:clang::DeclRefExpr
1031 const NamedDecl *getFoundDecl() const { function in class:clang::DeclRefExpr
2411 DeclAccessPair getFoundDecl() const { function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr

Completed in 107 milliseconds