HomeSort by: relevance | last modified time | path
    Searched refs:getFunctionTypeWithExceptionSpec (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3072 QualType ASTContext::getFunctionTypeWithExceptionSpec(
3077 getFunctionTypeWithExceptionSpec(PT->getInnerType(), ESI));
3082 getFunctionTypeWithExceptionSpec(MQT->getUnderlyingType(), ESI),
3089 getFunctionTypeWithExceptionSpec(AT->getModifiedType(), ESI),
3090 getFunctionTypeWithExceptionSpec(AT->getEquivalentType(), ESI));
3104 hasSameType(getFunctionTypeWithExceptionSpec(T, EST_None),
3105 getFunctionTypeWithExceptionSpec(U, EST_None)));
3136 getFunctionTypeWithExceptionSpec(FD->getType(), ESI);
3147 Updated = getFunctionTypeWithExceptionSpec(TSInfo->getType(), ESI);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1210 QualType getFunctionTypeWithExceptionSpec(
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 901 getContext().getFunctionTypeWithExceptionSpec(FD->getType(),
ItaniumCXXABI.cpp 4091 Type = Ctx.getFunctionTypeWithExceptionSpec(Type, EST_None);
CGExpr.cpp 5144 getContext().getFunctionTypeWithExceptionSpec(PointeeType, EST_None);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 7551 .getFunctionTypeWithExceptionSpec(
SemaOverload.cpp 1583 Context.getFunctionTypeWithExceptionSpec(QualType(FromFPT, 0),

Completed in 42 milliseconds