Home
last modified time | relevance | path

Searched refs:FreeFunction (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp4083 bool FreeFunction; in GetFullTypeForDeclarator() local
4085 FreeFunction = ((D.getContext() != Declarator::MemberContext && in GetFullTypeForDeclarator()
4090 FreeFunction = (DC && !DC->isRecord()); in GetFullTypeForDeclarator()
4110 !(!FreeFunction && in GetFullTypeForDeclarator()
4138 << FreeFunction << D.isFunctionDeclarator() << T in GetFullTypeForDeclarator()