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

/external/clang/include/clang/Sema/
H A DTypoCorrection.h134 NamedDecl *getFoundDecl() const { function in class:clang::TypoCorrection
140 auto *D = getFoundDecl();
H A DLookup.h42 /// criteria. getFoundDecl() will return this declaration.
291 /// getFoundDecl().
493 return dyn_cast<DeclClass>(getFoundDecl());
501 NamedDecl *getFoundDecl() const { function in class:clang::LookupResult
503 && "getFoundDecl called on non-unique result");
515 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
/external/clang/include/clang/AST/
H A DExpr.h1054 NamedDecl *getFoundDecl() { function in class:clang::final
1060 const NamedDecl *getFoundDecl() const { function in class:clang::final
2415 DeclAccessPair getFoundDecl() const { function

Completed in 127 milliseconds