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

  /external/clang/lib/Sema/
IdentifierResolver.cpp 197 IDI->InsertDecl(Pos.getIterator() + 1, D);
199 IDI->InsertDecl(IDI->decls_begin(), D);
356 IDI->InsertDecl(I, D);
  /external/clang/include/clang/Sema/
IdentifierResolver.h 55 void InsertDecl(DeclsTy::iterator Pos, NamedDecl *D) {

Completed in 63 milliseconds