Searched refs:isLValueReference (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/IR/
H A DDebugInfo.cpp517 if (isLValueReference() && isRValueReference())
538 if (isLValueReference() && isRValueReference())
1330 if (isLValueReference())
1374 if (isLValueReference())
/external/llvm/include/llvm/IR/
H A DDebugInfo.h332 bool isLValueReference() const { function in class:llvm::DIType
499 unsigned isLValueReference() const { function in class:llvm::DISubprogram
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1184 if (CTy.isLValueReference())
1497 if (SP.isLValueReference())
/external/clang/lib/Sema/
H A DSemaOverload.cpp9130 bool isLValueReference = false; local
9136 isLValueReference = true;
9151 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType);

Completed in 1368 milliseconds