Searched refs:isCForbiddenLValueType (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h980 bool isCForbiddenLValueType() const;
4804 inline bool QualType::isCForbiddenLValueType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp3848 !ResultType.isCForbiddenLValueType());
8916 if (!S.getLangOpts().CPlusPlus && Result.isCForbiddenLValueType())

Completed in 203 milliseconds