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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1226 QualType getFunctionTypeWithoutPtrSizes(QualType T);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3108 QualType ASTContext::getFunctionTypeWithoutPtrSizes(QualType T) {
3127 hasSameType(getFunctionTypeWithoutPtrSizes(T),
3128 getFunctionTypeWithoutPtrSizes(U));

Completed in 45 milliseconds