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

  /external/clang/include/clang/AST/
Decl.h 287 NamedDecl *getUnderlyingDecl();
288 const NamedDecl *getUnderlyingDecl() const {
289 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 34 milliseconds