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

1 2 3

  /external/clang/include/clang/AST/
LambdaMangleContext.h 24 class FunctionProtoType;
29 llvm::DenseMap<const FunctionProtoType *, unsigned> ManglingNumbers;
CanonicalType.h 559 struct CanProxyAdaptor<FunctionProtoType>
560 : public CanProxyBase<FunctionProtoType> {
571 typedef CanTypeIterator<FunctionProtoType::arg_type_iterator>
  /external/clang/lib/AST/
LambdaMangleContext.cpp 22 const FunctionProtoType *Proto
23 = CallOperator->getType()->getAs<FunctionProtoType>();
30 FunctionProtoType::ExtProtoInfo());
32 return ++ManglingNumbers[Key->castAs<FunctionProtoType>()];
MicrosoftMangle.cpp 123 void mangleThrowSpecification(const FunctionProtoType *T);
253 const FunctionProtoType *FT = FD->getType()->castAs<FunctionProtoType>();
    [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
DumpXML.cpp 978 void visitFunctionProtoTypeAttrs(FunctionProtoType *T) {
993 void visitFunctionProtoTypeChildren(FunctionProtoType *T) {
997 for (FunctionProtoType::arg_type_iterator
1006 for (FunctionProtoType::exception_iterator
  /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>();
148 const FunctionProtoType *Ty
    [all...]
SemaLambda.cpp 453 FunctionProtoType::ExtProtoInfo EPI;
694 const FunctionProtoType *Proto
695 = CallOperator->getType()->getAs<FunctionProtoType>();
699 FunctionProtoType::ExtProtoInfo ExtInfo = Proto->getExtProtoInfo();
709 FunctionProtoType::ExtProtoInfo ExtInfo;
768 const FunctionProtoType *Proto
769 = CallOperator->getType()->getAs<FunctionProtoType>();
772 FunctionProtoType::ExtProtoInfo ExtInfo = Proto->getExtProtoInfo();
782 FunctionProtoType::ExtProtoInfo ExtInfo;
    [all...]
SemaDeclCXX.cpp 136 const FunctionProtoType *Proto
137 = Method->getType()->getAs<FunctionProtoType>();
172 FunctionProtoType::NoexceptResult NR =
174 assert(NR != FunctionProtoType::NR_NoNoexcept &&
176 assert(NR != FunctionProtoType::NR_Dependent &&
181 if (NR == FunctionProtoType::NR_Throw) {
194 for (FunctionProtoType::exception_iterator E = Proto->exception_begin(),
604 OldType->getAs<FunctionProtoType>(), Old->getLocation(),
605 NewType->getAs<FunctionProtoType>(), New->getLocation())) {
682 const FunctionProtoType *FT = FD->getType()->getAs<FunctionProtoType>()
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.h 41 class FunctionProtoType;
204 const FunctionProtoType *type,
207 const CGFunctionInfo &arrangeFreeFunctionType(CanQual<FunctionProtoType> Ty);
210 const FunctionProtoType *FTP);
CGCall.h 115 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
121 static RequiredArgs forPrototype(const FunctionProtoType *prototype) {
125 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) {
129 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
CodeGenTypes.cpp 228 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT))
477 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT))
502 if (const FunctionProtoType *FPT = dyn_cast<FunctionProtoType>(FT)) {
504 CanQual<FunctionProtoType>::CreateUnsafe(QualType(FPT, 0)));
CGCall.cpp 60 static CanQual<FunctionProtoType> GetFormalType(const CXXMethodDecl *MD) {
62 .getAs<FunctionProtoType>();
90 CanQual<FunctionProtoType> FTP,
104 CanQual<FunctionProtoType> FTP) {
123 CanQual<FunctionProtoType> FTP) {
132 CodeGenTypes::arrangeFreeFunctionType(CanQual<FunctionProtoType> FTP) {
169 const FunctionProtoType *FTP) {
176 FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>());
188 CanQual<FunctionProtoType> prototype = GetFormalType(MD);
209 CanQual<FunctionProtoType> FTP = GetFormalType(D)
    [all...]
CGExprCXX.cpp 55 const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>();
339 const FunctionProtoType *FPT =
340 MPT->getPointeeType()->castAs<FunctionProtoType>();
    [all...]
CGCXXABI.cpp 48 const FunctionProtoType *FPT =
49 MPT->getPointeeType()->getAs<FunctionProtoType>();
CGVTables.cpp 220 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>();
289 const FunctionProtoType *FPT = MD->getType()->getAs<FunctionProtoType>();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 300 const FunctionProtoType *FPT
301 = dyn_cast<FunctionProtoType>(FD->getType().IgnoreParens());
338 const FunctionProtoType *FPT
339 = dyn_cast<FunctionProtoType>(FD->getType().IgnoreParens());
384 const FunctionProtoType *FPT
385 = dyn_cast<FunctionProtoType>(FD->getType().IgnoreParens());
558 const FunctionProtoType *FPT
559 = dyn_cast<FunctionProtoType>(FD->getType().IgnoreParens());
593 const FunctionProtoType *FTP
594 = dyn_cast<FunctionProtoType>(FD->getType().IgnoreParens())
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 476 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>())
515 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) {
531 if (const FunctionProtoType *FD = T->getAs<FunctionProtoType>()) {
  /external/clang/lib/Analysis/
BodyFarm.cpp 36 const FunctionProtoType *FT =
37 BPT->getPointeeType()->getAs<FunctionProtoType>();
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 302 if (const FunctionProtoType *ProtoType = Ty->getAs<FunctionProtoType>())
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 492 FunctionProtoType::ExtProtoInfo fpi;
548 if (const FunctionProtoType *fproto
549 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
550 for (FunctionProtoType::arg_type_iterator I = fproto->arg_type_begin(),
    [all...]

Completed in 607 milliseconds

1 2 3