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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 3741 Old->hasPrototype() && !New->hasPrototype() &&
8492 bool HasPrototype =
8493 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) ||
8497 R, TInfo, SC, isInline, HasPrototype,
8567 /*hasPrototype=*/true, ConstexprKind,
8628 R, TInfo, SC, isInline, true /*HasPrototype*/,
13910 if (!FTI.hasPrototype) {
SemaDecl.cpp 3741 Old->hasPrototype() && !New->hasPrototype() &&
8492 bool HasPrototype =
8493 (D.isFunctionDeclarator() && D.getFunctionTypeInfo().hasPrototype) ||
8497 R, TInfo, SC, isInline, HasPrototype,
8567 /*hasPrototype=*/true, ConstexprKind,
8628 R, TInfo, SC, isInline, true /*HasPrototype*/,
13910 if (!FTI.hasPrototype) {

Completed in 205 milliseconds