Home
last modified time | relevance | path

Searched defs:Proto (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DMangleNumberingContext.cpp23 const FunctionProtoType *Proto in getManglingNumber() local
DMangle.cpp155 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FT); in mangleName() local
DDeclObjC.cpp72 if (const ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(this)) { in getMethod() local
141 ObjCProtocolDecl *Proto = (*P); in HasUserDeclaredSetterMethod() local
167 if (const ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(DC)) { in findPropertyDecl() local
197 if (const ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(this)) { in FindPropertyDeclaration() local
347 ObjCProtocolDecl *Proto = (*p); in mergeClassExtensionProtocolList() local
DDeclPrinter.cpp418 std::string Proto = D->getNameInfo().getAsString(); in VisitFunctionDecl() local
DItaniumMangle.cpp1422 const FunctionProtoType *Proto = Lambda->getLambdaTypeInfo()->getType()-> in mangleLambda() local
2006 const FunctionProtoType *Proto = cast<FunctionProtoType>(T); in mangleBareFunctionType() local
DMicrosoftMangle.cpp1293 const FunctionProtoType *Proto = cast<FunctionProtoType>(T); in mangleFunctionType() local
DStmtPrinter.cpp1516 const FunctionProtoType *Proto in VisitLambdaExpr() local
DASTContext.cpp1819 ObjCProtocolDecl *Proto = (*P); in CollectInheritedProtocols() local
1844 ObjCProtocolDecl *Proto = (*P); in CollectInheritedProtocols() local
1853 ObjCProtocolDecl *Proto = (*P); in CollectInheritedProtocols() local
/freebsd-9-stable/contrib/llvm/tools/clang/utils/TableGen/
DNeonEmitter.cpp1103 const std::string &Proto, in NormalizeProtoForRegisterPatternCreation()
1188 const std::string &Proto, in GenerateRegisterCheckPattern()
1268 const std::string &Proto, in GenerateChecksForIntrinsic()
2743 std::string Proto = R->getValueAsString("Prototype"); in emitIntrinsic() local
2856 std::string Proto = R->getValueAsString("Prototype"); in genIntrinsicRangeCheckCode() local
3008 std::string Proto = R->getValueAsString("Prototype"); in genOverloadTypeCheckCode() local
3140 std::string Proto = R->getValueAsString("Prototype"); in genBuiltinsDef() local
3209 std::string Proto = R->getValueAsString("Prototype"); in runHeader() local
3331 std::string Proto = R->getValueAsString("Prototype"); in genTargetTest() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLambda.cpp1240 const FunctionProtoType *Proto in addBlockPointerConversion() local
1369 const FunctionProtoType *Proto in ActOnLambdaExpr() local
DSemaObjCProperty.cpp119 ObjCProtocolDecl *Proto, in CheckPropertyAgainstProtocol()
241 ObjCProtocolDecl *Proto = cast<ObjCProtocolDecl>(ClassDecl); in ActOnProperty() local
DSemaCodeComplete.cpp2297 if (const FunctionProtoType *Proto in AddFunctionParameterChunks() local
2409 const FunctionProtoType *Proto in AddFunctionTypeQualsToCompletionString() local
2833 const FunctionProtoType *Proto in CreateSignatureString() local
3927 if (const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FType)) in CodeCompleteCall() local
3952 if (const FunctionProtoType *Proto in CodeCompleteCall() local
5757 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(*D)) in AddProtocolResults() local
DSemaOverload.cpp5457 const FunctionProtoType* Proto in AddOverloadCandidate() local
5661 const FunctionProtoType* Proto in AddMethodCandidate() local
6108 const FunctionProtoType *Proto, in AddSurrogateCandidate()
6972 if (const FunctionProtoType *Proto =PointeeTy->getAs<FunctionProtoType>()) in addUnaryStarPointerOverloads() local
9133 const FunctionProtoType* Proto; in CompleteNonViableCandidate() local
11280 const FunctionProtoType *Proto = in BuildCallToMemberFunction() local
11394 if (const FunctionProtoType *Proto = ConvType->getAs<FunctionProtoType>()) in BuildCallToObjectOfClassType() local
11489 const FunctionProtoType *Proto = in BuildCallToObjectOfClassType() local
DSemaTemplateInstantiateDecl.cpp2994 const FunctionProtoType *Proto, in InstantiateExceptionSpec()
3122 const FunctionProtoType *Proto = Decl->getType()->castAs<FunctionProtoType>(); in InstantiateExceptionSpec() local
3186 const FunctionProtoType *Proto = Tmpl->getType()->getAs<FunctionProtoType>(); in InitFunctionInstantiation() local
DSemaTemplateDeduction.cpp2573 const FunctionProtoType *Proto in SubstituteExplicitTemplateArguments() local
3288 const FunctionProtoType *Proto in DeduceTemplateArguments() local
4876 const FunctionProtoType *Proto = cast<FunctionProtoType>(T); in MarkUsedTemplateParameters() local
DSemaExprCXX.cpp1383 const FunctionProtoType *Proto = in BuildCXXNew() local
1706 const FunctionProtoType *Proto in FindAllocationFunctions() local
4161 if (const FunctionProtoType *Proto = Result->getAs<FunctionProtoType>()) { in CheckPointerToMemberOperands() local
DSemaDeclCXX.cpp157 const FunctionProtoType *Proto in CalledDecl() local
6110 const FunctionProtoType *Proto = R->getAs<FunctionProtoType>(); in CheckConstructorDeclarator() local
6297 const FunctionProtoType *Proto = R->getAs<FunctionProtoType>(); in CheckDestructorDeclarator() local
6343 const FunctionProtoType *Proto = R->getAs<FunctionProtoType>(); in CheckConversionDeclarator() local
10525 const FunctionProtoType *Proto in CompleteConstructorCall() local
12533 const FunctionProtoType *Proto = ProtoTL.getTypePtr(); in checkThisInStaticMemberFunctionType() local
12558 const FunctionProtoType *Proto = ProtoTL.getTypePtr(); in checkThisInStaticMemberFunctionExceptionSpec() local
DSemaChecking.cpp772 const FunctionProtoType *Proto, in CheckConstructorCall()
783 const FunctionProtoType *Proto) { in CheckFunctionCall()
839 const FunctionProtoType *Proto) { in CheckPointerCall()
870 bool Sema::CheckOtherCall(CallExpr *TheCall, const FunctionProtoType *Proto) { in CheckOtherCall()
DSemaLookup.cpp2194 const FunctionProtoType *Proto = cast<FunctionProtoType>(T); in addAssociatedClassesAndNamespaces() local
2349 const FunctionProtoType *Proto = Fn->getType()->getAs<FunctionProtoType>(); in IsAcceptableNonMemberOperatorCandidate() local
DSemaExpr.cpp3942 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType()
4027 const FunctionProtoType *Proto, in ConvertArgumentsForCall()
4154 const FunctionProtoType *Proto, in GatherArgumentsForCall()
4653 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FuncT); in BuildResolvedCallExpr() local
12807 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FnType); in VisitCallExpr() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGException.cpp495 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>(); in EmitStartEHSpec() local
563 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>(); in EmitEndEHSpec() local
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DRecursiveASTVisitor.h2184 } else if (FunctionProtoTypeLoc Proto = TL.getAs<FunctionProtoTypeLoc>()) { in TraverseLambdaExpr() local
/freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp893 std::string Proto = getPrototype(retTy, Args, Outs, retAlignment, CS); in LowerCall() local
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DCodeGenRegisters.cpp582 Record *Proto = Lists[0][n]; in expand() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp177 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(*I)) { in HandleTopLevelDecl() local
700 if (ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>((*DI))) { in HandleTopLevelSingleDecl() local

12