Home
last modified time | relevance | path

Searched refs:FNPT (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenTypes.cpp349 const FunctionNoProtoType *FNPT = cast<FunctionNoProtoType>(FT); in ConvertFunctionType() local
351 CanQual<FunctionNoProtoType>::CreateUnsafe(QualType(FNPT, 0))); in ConvertFunctionType()
/external/clang/lib/AST/
DASTContext.cpp2231 if (const FunctionNoProtoType *FNPT = dyn_cast<FunctionNoProtoType>(T)) { in adjustFunctionType() local
2232 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType()