Home
last modified time | relevance | path

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

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