|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/ASTContext.h 1206 QualType getFunctionTypeWithExceptionSpec(
References
tools/clang/lib/AST/ASTContext.cpp 2855 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI));
2860 getFunctionTypeWithExceptionSpec(MQT->getUnderlyingType(), ESI),
2867 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI),
2868 getFunctionTypeWithExceptionSpec(AT->getEquivalentType(), ESI));
2882 hasSameType(getFunctionTypeWithExceptionSpec(T, EST_None),
2883 getFunctionTypeWithExceptionSpec(U, EST_None)));
2891 getFunctionTypeWithExceptionSpec(FD->getType(), ESI);
2902 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI);
tools/clang/lib/CodeGen/CGExpr.cpp 4797 getContext().getFunctionTypeWithExceptionSpec(PointeeType, EST_None);
tools/clang/lib/CodeGen/CodeGenFunction.cpp 788 getContext().getFunctionTypeWithExceptionSpec(FD->getType(),
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp 3754 Type = Ctx.getFunctionTypeWithExceptionSpec(Type, EST_None);
tools/clang/lib/Sema/SemaOverload.cpp 1537 Context.getFunctionTypeWithExceptionSpec(QualType(FromFPT, 0),
tools/clang/lib/Sema/SemaType.cpp 6995 .getFunctionTypeWithExceptionSpec(