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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1230 bool hasSameFunctionTypeIgnoringPtrSizes(QualType T, QualType U);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3125 bool ASTContext::hasSameFunctionTypeIgnoringPtrSizes(QualType T, QualType U) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 3726 if (Context.hasSameFunctionTypeIgnoringPtrSizes(OldQType, NewQType))

Completed in 49 milliseconds