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

1 2 3 4

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 27 static const FunctionProtoType *GetUnderlyingFunction(QualType T)
35 return T->getAs<FunctionProtoType>();
133 const FunctionProtoType *FnT = T->getAs<FunctionProtoType>();
140 const FunctionProtoType *
141 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) {
151 const FunctionProtoType *SourceFPT =
152 SourceDecl->getType()->castAs<FunctionProtoType>();
164 return SourceDecl->getType()->castAs<FunctionProtoType>();
169 const FunctionProtoType::ExceptionSpecInfo &ESI)
    [all...]
SemaLambda.cpp 365 const FunctionProtoType *FPT = MethodType->castAs<FunctionProtoType>();
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDeclCXX.cpp 157 const FunctionProtoType *Proto
158 = Method->getType()->getAs<FunctionProtoType>();
193 FunctionProtoType::NoexceptResult NR =
195 assert(NR != FunctionProtoType::NR_NoNoexcept &&
197 assert(NR != FunctionProtoType::NR_Dependent &&
202 if (NR == FunctionProtoType::NR_Throw) {
681 OldType->getAs<FunctionProtoType>(), Old->getLocation(),
682 NewType->getAs<FunctionProtoType>(), New->getLocation())) {
745 const FunctionProtoType *FT = FD->getType()->getAs<FunctionProtoType>();
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/CodeGen/
CodeGenABITypes.h 62 CanQual<FunctionProtoType> Ty);
66 const FunctionProtoType *FTP);
CGFunctionInfo.h 301 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
307 static RequiredArgs forPrototype(const FunctionProtoType *prototype) {
311 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) {
315 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 62 const FunctionProtoType *Proto =
63 CallOperator->getType()->getAs<FunctionProtoType>();
68 FunctionProtoType::ExtProtoInfo());
70 return ++ManglingNumbers[Key->castAs<FunctionProtoType>()];
Mangle.cpp 165 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FT);
MicrosoftMangle.cpp 306 void mangleThrowSpecification(const FunctionProtoType *T);
407 const FunctionProtoType *FT = FD->getType()->castAs<FunctionProtoType>();
591 mangleCallingConvention(MD->getType()->getAs<FunctionProtoType>());
    [all...]
Type.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenABITypes.cpp 49 CodeGenABITypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty) {
60 const FunctionProtoType *FTP) {
CodeGenTypes.h 42 class FunctionProtoType;
264 const FunctionProtoType *type,
270 const CGFunctionInfo &arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty);
273 const FunctionProtoType *FTP);
CGExprCXX.cpp 55 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>();
76 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>();
294 const FunctionProtoType *FPT =
295 MPT->getPointeeType()->castAs<FunctionProtoType>();
    [all...]
CodeGenTypes.cpp 228 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT))
489 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT))
514 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) {
516 CanQual<FunctionProtoType>::CreateUnsafe(QualType(FPT, 0)));
CGCXXABI.cpp 80 const FunctionProtoType *FPT =
81 MPT->getPointeeType()->getAs<FunctionProtoType>();
CGVTables.cpp 131 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>();
198 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>();
259 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>();
    [all...]
CGCall.cpp 69 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) {
71 .getAs<FunctionProtoType>();
99 CanQual<FunctionProtoType> FTP) {
112 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) {
158 const FunctionProtoType *FTP) {
169 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>());
181 CanQual<FunctionProtoType> prototype = GetFormalType(MD);
207 CanQual<FunctionProtoType> FTP = GetFormalType(MD);
239 CanQual<FunctionProtoType> FPT = GetFormalType(D);
275 assert(isa<FunctionProtoType>(FTy))
    [all...]
CGException.cpp 446 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>();
452 if (Proto->getNoexceptSpec(getContext()) == FunctionProtoType::NR_Nothrow) {
525 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>();
531 if (Proto->getNoexceptSpec(getContext()) == FunctionProtoType::NR_Nothrow) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 311 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>();
347 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>();
391 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>();
560 const FunctionProtoType *FPT = FD->getType()->getAs<FunctionProtoType>();
594 const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>();
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 501 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>())
544 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) {
560 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) {
858 const FunctionProtoType *FD = QT->getAs<FunctionProtoType>();
  /external/clang/include/clang/AST/
CanonicalType.h 482 struct CanProxyAdaptor<FunctionProtoType>
483 : public CanProxyBase<FunctionProtoType> {
494 typedef CanTypeIterator<FunctionProtoType::param_type_iterator>
  /external/clang/lib/Analysis/
BodyFarm.cpp 37 const FunctionProtoType *FT =
38 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;
455 SmallVector<std::pair<CXXMethodDecl*, const FunctionProtoType*>, 2>
    [all...]

Completed in 330 milliseconds

1 2 3 4