HomeSort by relevance Sort by last modified time
    Searched refs:isLValueReferenceType (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/AST/
ExprClassification.cpp 438 if (T->isLValueReferenceType())
ExprCXX.cpp 712 T->isLValueReferenceType() ? VK_LValue : T->isRValueReferenceType()
    [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaPseudoObject.cpp 807 if (!resultType->isLValueReferenceType()) return false;
    [all...]
SemaCast.cpp 593 } else if (DestReference->isLValueReferenceType()) {
    [all...]
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 58 milliseconds