Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp181 static bool isRValueRef(QualType ParamType) { in isRValueRef() function
649 else if (isRValueRef(ParamType) || isConsumableType(ParamType)) in handleCall()
865 else if (isRValueRef(ParamType) && in VisitParmVarDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp4790 bool isRValueRef = !isLValueRef; in TryReferenceInitializationCore() local
4855 S, Entity, Kind, Initializer, /*AllowRValues*/ isRValueRef, in TryReferenceInitializationCore()
5008 isRValueRef && InitCategory.isLValue()) { in TryReferenceInitializationCore()