Searched defs:FNPT (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenTypes.cpp | 268 const FunctionNoProtoType *FNPT = cast<FunctionNoProtoType>(FT); ConvertFunctionTypeInternal() local |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 3213 if (const auto *FNPT = dyn_cast<FunctionNoProtoType>(T)) { adjustFunctionType() local |