HomeSort by relevance Sort by last modified time
    Searched refs:FunctionProtoType (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/clang/lib/AST/
MangleNumberingContext.cpp 23 const FunctionProtoType *Proto
24 = CallOperator->getType()->getAs<FunctionProtoType>();
28 FunctionProtoType::ExtProtoInfo());
30 return ++ManglingNumbers[Key->castAs<FunctionProtoType>()];
Mangle.cpp 155 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FT);
ASTContext.cpp     [all...]
MicrosoftMangle.cpp 278 void mangleThrowSpecification(const FunctionProtoType *T);
380 const FunctionProtoType *FT = FD->getType()->castAs<FunctionProtoType>();
    [all...]
Type.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 27 static const FunctionProtoType *GetUnderlyingFunction(QualType T)
35 return T->getAs<FunctionProtoType>();
106 const FunctionProtoType *FnT = T->getAs<FunctionProtoType>();
113 const FunctionProtoType *
114 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) {
119 const FunctionProtoType *SourceFPT =
120 SourceDecl->getType()->castAs<FunctionProtoType>();
132 return SourceDecl->getType()->castAs<FunctionProtoType>();
136 const FunctionProtoType::ExtProtoInfo &EPI)
    [all...]
SemaLambda.cpp 365 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>();
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/CodeGen/
CodeGenABITypes.h 60 CanQual<FunctionProtoType> Ty);
64 const FunctionProtoType *FTP);
CGFunctionInfo.h 288 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
294 static RequiredArgs forPrototype(const FunctionProtoType *prototype) {
298 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) {
302 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
  /external/clang/lib/CodeGen/
CodeGenABITypes.cpp 47 CodeGenABITypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty) {
58 const FunctionProtoType *FTP) {
CodeGenTypes.h 42 class FunctionProtoType;
208 const FunctionProtoType *type,
211 const CGFunctionInfo &arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty);
214 const FunctionProtoType *FTP);
CodeGenTypes.cpp 222 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT))
482 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT))
507 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) {
509 CanQual<FunctionProtoType>::CreateUnsafe(QualType(FPT, 0)));
CGExprCXX.cpp 56 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>();
244 const FunctionProtoType *FPT =
245 MPT->getPointeeType()->castAs<FunctionProtoType>();
    [all...]
CGCXXABI.cpp 80 const FunctionProtoType *FPT =
81 MPT->getPointeeType()->getAs<FunctionProtoType>();
CGVTables.cpp 131 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>();
201 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>();
252 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>();
CGCall.cpp 63 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) {
65 .getAs<FunctionProtoType>();
93 CanQual<FunctionProtoType> FTP,
108 CanQual<FunctionProtoType> FTP) {
116 CanQual<FunctionProtoType> FTP) {
124 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) {
186 const FunctionProtoType *FTP) {
196 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>());
208 CanQual<FunctionProtoType> prototype = GetFormalType(MD);
231 CanQual<FunctionProtoType> FTP = GetFormalType(D)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 310 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>();
346 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>();
390 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>();
559 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>();
593 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>();
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 501 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>())
541 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) {
557 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) {
823 const FunctionProtoType *FD = QT->getAs<FunctionProtoType>();
  /external/clang/include/clang/AST/
CanonicalType.h 555 struct CanProxyAdaptor<FunctionProtoType>
556 : public CanProxyBase<FunctionProtoType> {
567 typedef CanTypeIterator<FunctionProtoType::param_type_iterator>
  /external/clang/lib/Analysis/
BodyFarm.cpp 36 const FunctionProtoType *FT =
37 BPT->getPointeeType()->getAs<FunctionProtoType>();
  /external/lldb/source/API/
SBType.cpp 235 const FunctionProtoType* func = dyn_cast<FunctionProtoType>(qual_type.getTypePtr());
  /external/clang/include/clang/Sema/
Sema.h 114 class FunctionProtoType;
467 SmallVector<std::pair<CXXMethodDecl*, const FunctionProtoType*>, 2>
    [all...]

Completed in 396 milliseconds

1 2 3 4