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 437 if (T->isLValueReferenceType())
ExprCXX.cpp 782 T->isLValueReferenceType() ? VK_LValue : T->isRValueReferenceType()
    [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaPseudoObject.cpp 852 if (!resultType->isLValueReferenceType()) return false;
    [all...]
SemaCast.cpp 596 } else if (DestReference->isLValueReferenceType()) {
    [all...]
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 57 milliseconds