HomeSort by relevance Sort by last modified time
    Searched defs:getFoundDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
Lookup.h 42 /// criteria. getFoundDecl() will return this declaration.
247 /// getFoundDecl().
445 return dyn_cast<DeclClass>(getFoundDecl());
453 NamedDecl *getFoundDecl() const {
455 && "getFoundDecl called on non-unique result");
467 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 1084 milliseconds