Searched defs:isRValueRef (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Analysis/ | ||
H A D | Consumed.cpp | 181 static bool isRValueRef(QualType ParamType) { in isRValueRef() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaInit.cpp | 5115 bool isRValueRef = !isLValueRef; TryReferenceInitializationCore() local |