HomeSort by: relevance | last modified time | path
    Searched refs:canFullyTypeCheckRedeclaration (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 3503 canFullyTypeCheckRedeclaration(New, Old, NewDeclaredReturnType,
3681 if (!canFullyTypeCheckRedeclaration(New, Old, NewQType, OldQType))
10077 bool Sema::canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD,
10133 canFullyTypeCheckRedeclaration(VD, PrevVD, VD->getType(),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2695 bool canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD,

Completed in 47 milliseconds