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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 162 QualType NewType = Context.getFunctionType(NewProto->getResultType(),
166 New->setType(NewType);
186 QualType NewType = Context.getFunctionType(NewProto->getResultType(),
190 New->setType(NewType);
    [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclCXX.cpp 562 QualType NewType = New->getType();
567 if (const ReferenceType *R = NewType->getAs<ReferenceType>()) {
568 NewType = R->getPointeeType();
570 } else if (const PointerType *P = NewType->getAs<PointerType>()) {
571 NewType = P->getPointeeType();
573 } else if (const MemberPointerType *M = NewType->getAs<MemberPointerType>()) {
574 NewType = M->getPointeeType();
578 if (!NewType->isFunctionProtoType())
586 NewType->getAs<FunctionProtoType>(), New->getLocation())) {
    [all...]
SemaOverload.cpp 922 const FunctionProtoType* NewType = cast<FunctionProtoType>(NewQType);
928 (OldType->getNumArgs() != NewType->getNumArgs() ||
929 OldType->isVariadic() != NewType->isVariadic() ||
930 !FunctionArgTypesAreEqual(OldType, NewType)))
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 680 ArrayType *NewType = ArrayType::get(EltTy, NewSize);
684 new GlobalVariable(*DstGV->getParent(), NewType, SrcGV->isConstant(),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 540 void setType(QualType newType) { DeclType = newType; }
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 362 milliseconds