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

  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 834 const Decl *CanonDecl = R.Declaration->getCanonicalDecl();
835 unsigned IDNS = CanonDecl->getIdentifierNamespace();
856 if (ND->getCanonicalDecl() == CanonDecl) {
899 if (!AllDeclsFound.insert(CanonDecl))
    [all...]

Completed in 70 milliseconds