HomeSort by: relevance | last modified time | path
    Searched defs:getFoundDecl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTConcept.h 150 NamedDecl *getFoundDecl() const {
Expr.h 1322 NamedDecl *getFoundDecl() {
1328 const NamedDecl *getFoundDecl() const {
3175 DeclAccessPair getFoundDecl() const {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
TypoCorrection.h 146 NamedDecl *getFoundDecl() const {
152 auto *D = getFoundDecl();
Lookup.h 58 /// criteria. getFoundDecl() will return this declaration.
307 /// getFoundDecl().
509 return dyn_cast<DeclClass>(getFoundDecl());
517 NamedDecl *getFoundDecl() const {
519 && "getFoundDecl called on non-unique result");
531 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());

Completed in 22 milliseconds