HomeSort by relevance Sort by last modified time
    Searched refs:getNonReferenceType (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/lib/Sema/
SemaFixItUtils.cpp 31 From = From.getNonReferenceType();
32 To = To.getNonReferenceType();
SemaOpenMP.cpp 390 QualType Type = D->getType().getNonReferenceType().getCanonicalType();
394 Type = ElemType.getNonReferenceType().getCanonicalType();
679 QualType ExprType = VD->getType().getNonReferenceType();
    [all...]
SemaInit.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExprCXX.cpp 377 = Context.getUnqualifiedArrayType(Operand->getType().getNonReferenceType(),
    [all...]
SemaTemplate.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 165 CanQual<Type> getNonReferenceType() const;
674 inline CanQual<Type> CanQual<T>::getNonReferenceType() const {
Type.h 810 QualType getNonReferenceType() const;
    [all...]
ExprCXX.h     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 47 Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);
54 Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);
814 Type->getType().getNonReferenceType(),
    [all...]
APValue.cpp 385 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType();
  /external/clang/lib/Analysis/
BodyFarm.cpp 423 Prop->getType().getNonReferenceType()))
CFG.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 705 QT = QT.getNonReferenceType();
734 QT = QT.getNonReferenceType();
  /external/clang/lib/CodeGen/
CGException.cpp 504 QualType ExceptType = Ty.getNonReferenceType().getUnqualifiedType();
605 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType();
    [all...]
CGObjC.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 544 milliseconds

1 2