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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp883 if (CTy->isLValueReference())
1245 if (SP->isLValueReference())
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h586 bool isLValueReference() const { return getFlags() & FlagLValueReference; } function in class:llvm::DIType
1410 unsigned isLValueReference() const {
/external/clang/lib/Sema/
H A DSemaOverload.cpp9763 bool isLValueReference = false;
9769 isLValueReference = true;
9784 if (isLValueReference) FnType = S.Context.getLValueReferenceType(FnType);

Completed in 206 milliseconds