Searched defs:FTP (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp48 arrangeCXXMethodType(CodeGenModule &CGM, const CXXRecordDecl *RD, const FunctionProtoType *FTP, const CXXMethodDecl *MD) argument
H A DCGCall.cpp194 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) { argument
322 CanQual<FunctionProtoType> FTP local
176 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, SmallVectorImpl<CanQualType> &prefix, CanQual<FunctionProtoType> FTP) argument
251 arrangeCXXMethodType(const CXXRecordDecl *RD, const FunctionProtoType *FTP, const CXXMethodDecl *MD) argument
532 CanQual<FunctionProtoType> FTP = GetFormalType(MD); local
544 CanQual<FunctionProtoType> FTP = GetFormalType(CD); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp787 const FunctionProtoType* FTP = dyn_cast<FunctionProtoType>(FT); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp860 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); local
903 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); local
1026 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3699 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
3762 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
3961 const FunctionProtoType *FTP; local
3979 const FunctionProtoType *FTP; local
[all...]
H A DRewriteModernObjC.cpp4531 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
4592 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT); local
4805 const FunctionProtoType *FTP; local
4823 const FunctionProtoType *FTP; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4043 auto *FTP = (FunctionProtoType *)Allocate(Size, TypeAlignment); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10797 const FunctionProtoType* FTP = cast<const FunctionProtoType>(FT); local

Completed in 337 milliseconds