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.
229 /// getFoundDecl().
404 return dyn_cast<DeclClass>(getFoundDecl());
412 NamedDecl *getFoundDecl() const {
414 && "getFoundDecl called on non-unique result");
426 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 2910 milliseconds