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

/external/clang/include/clang/AST/
H A DType.h979 bool isCForbiddenLValueType() const;
4833 inline bool QualType::isCForbiddenLValueType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType
/external/clang/lib/Sema/
H A DSemaExpr.cpp3946 !ResultType.isCForbiddenLValueType());
9161 if (!S.getLangOpts().CPlusPlus && Result.isCForbiddenLValueType())

Completed in 107 milliseconds