Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp3110 bool FreeFunction; in GetFullTypeForDeclarator() local
3112 FreeFunction = ((D.getContext() != Declarator::MemberContext && in GetFullTypeForDeclarator()
3117 FreeFunction = (DC && !DC->isRecord()); in GetFullTypeForDeclarator()
3130 !(!FreeFunction && in GetFullTypeForDeclarator()
3159 << FreeFunction << D.isFunctionDeclarator() << T in GetFullTypeForDeclarator()