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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DMangleNumberingContext.cpp23 const FunctionProtoType *Proto local
H A DMangle.cpp155 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FT); local
H A DDeclPrinter.cpp418 std::string Proto = D->getNameInfo().getAsString(); local
500 Out << Proto; local
552 Out << Proto; local
555 Out << "auto " << Proto << " -> "; local
[all...]
H A DMicrosoftMangle.cpp1293 const FunctionProtoType *Proto = cast<FunctionProtoType>(T); local
H A DDeclObjC.cpp141 ObjCProtocolDecl *Proto = (*P); local
347 ObjCProtocolDecl *Proto = (*p); local
[all...]
H A DItaniumMangle.cpp1422 const FunctionProtoType *Proto = Lambda->getLambdaTypeInfo()->getType()-> local
2006 const FunctionProtoType *Proto = cast<FunctionProtoType>(T); local
H A DStmtPrinter.cpp1516 const FunctionProtoType *Proto local
H A DExpr.cpp524 std::string Proto; local
630 Out << Proto; local
H A DASTContext.cpp1819 ObjCProtocolDecl *Proto = (*P); local
1844 ObjCProtocolDecl *Proto = (*P); local
1853 ObjCProtocolDecl *Proto = (*P); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp893 std::string Proto = getPrototype(retTy, Args, Outs, retAlignment, CS); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp495 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>(); local
563 const FunctionProtoType *Proto = FD->getType()->getAs<FunctionProtoType>(); local
[all...]
H A DCodeGenModule.cpp2986 ObjCProtocolDecl *Proto = cast<ObjCProtocolDecl>(D); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1240 const FunctionProtoType *Proto local
1369 const FunctionProtoType *Proto local
H A DSemaObjCProperty.cpp241 ObjCProtocolDecl *Proto = cast<ObjCProtocolDecl>(ClassDecl); local
118 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, ObjCProtocolDecl *Proto, llvm::SmallPtrSet<ObjCProtocolDecl *, 16> &Known) argument
H A DSemaTemplateDeduction.cpp2573 const FunctionProtoType *Proto local
3288 const FunctionProtoType *Proto local
4876 const FunctionProtoType *Proto local
[all...]
H A DSemaTemplateInstantiateDecl.cpp3122 const FunctionProtoType *Proto = Decl->getType()->castAs<FunctionProtoType>(); local
2993 InstantiateExceptionSpec(Sema &SemaRef, FunctionDecl *New, const FunctionProtoType *Proto, const MultiLevelTemplateArgumentList &TemplateArgs) argument
3186 const FunctionProtoType *Proto = Tmpl->getType()->getAs<FunctionProtoType>(); local
[all...]
H A DSemaLookup.cpp2194 const FunctionProtoType *Proto = cast<FunctionProtoType>(T); local
2349 const FunctionProtoType *Proto = Fn->getType()->getAs<FunctionProtoType>(); local
H A DSemaCodeComplete.cpp2409 const FunctionProtoType *Proto local
2833 const FunctionProtoType *Proto local
[all...]
H A DSemaExprCXX.cpp1383 const FunctionProtoType *Proto = local
1706 const FunctionProtoType *Proto local
H A DSemaChecking.cpp770 CheckConstructorCall(FunctionDecl *FDecl, ArrayRef<const Expr *> Args, const FunctionProtoType *Proto, SourceLocation Loc) argument
782 CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, const FunctionProtoType *Proto) argument
838 CheckPointerCall(NamedDecl *NDecl, CallExpr *TheCall, const FunctionProtoType *Proto) argument
870 CheckOtherCall(CallExpr *TheCall, const FunctionProtoType *Proto) argument
[all...]
H A DSemaDeclCXX.cpp157 const FunctionProtoType *Proto local
6110 const FunctionProtoType *Proto = R->getAs<FunctionProtoType>(); local
6297 const FunctionProtoType *Proto = R->getAs<FunctionProtoType>(); local
6343 const FunctionProtoType *Proto = R->getAs<FunctionProtoType>(); local
10525 const FunctionProtoType *Proto local
12532 const FunctionProtoType *Proto = ProtoTL.getTypePtr(); local
12557 const FunctionProtoType *Proto = ProtoTL.getTypePtr(); local
[all...]
H A DSemaOverload.cpp5457 const FunctionProtoType* Proto local
5661 const FunctionProtoType* Proto local
6105 AddSurrogateCandidate(CXXConversionDecl *Conversion, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, const FunctionProtoType *Proto, Expr *Object, ArrayRef<Expr *> Args, OverloadCandidateSet& CandidateSet) argument
9133 const FunctionProtoType* Proto; local
11280 const FunctionProtoType *Proto = local
11489 const FunctionProtoType *Proto = local
[all...]
H A DSemaExpr.cpp3942 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, argument
4025 ConvertArgumentsForCall(CallExpr *Call, Expr *Fn, FunctionDecl *FDecl, const FunctionProtoType *Proto, ArrayRef<Expr *> Args, SourceLocation RParenLoc, bool IsExecConfig) argument
4152 GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, const FunctionProtoType *Proto, unsigned FirstProtoArg, ArrayRef<Expr *> Args, SmallVectorImpl<Expr *> &AllArgs, VariadicCallType CallType, bool AllowExplicit, bool IsListInitialization) argument
4653 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FuncT); local
12807 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FnType); local
[all...]
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp582 Record *Proto = Lists[0][n]; local
/freebsd-9.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp2743 std::string Proto = R->getValueAsString("Prototype"); local
1102 NormalizeProtoForRegisterPatternCreation(const std::string &Name, const std::string &Proto, const bool &HasNPostfix, const bool &IsQuad, const bool &HasLanePostfix, const bool &HasDupPostfix, std::string &NormedProto) argument
1187 GenerateRegisterCheckPattern(const std::string &Name, const std::string &Proto, const std::string &OutTypeCode, const bool &HasNPostfix, const bool &IsQuad, const bool &HasLanePostfix, const bool &HasDupPostfix, const size_t &TBNumber, std::string &RegisterSuffix) argument
1267 GenerateChecksForIntrinsic(const std::string &Name, const std::string &Proto, StringRef &OutTypeStr, StringRef &InTypeStr, ClassKind Ck, const std::string &InstName, bool IsHiddenLOp, std::vector<std::string>& Result) argument
2856 std::string Proto = R->getValueAsString("Prototype"); local
3008 std::string Proto = R->getValueAsString("Prototype"); local
3140 std::string Proto = R->getValueAsString("Prototype"); local
3209 std::string Proto = R->getValueAsString("Prototype"); local
3331 std::string Proto = R->getValueAsString("Prototype"); local
[all...]

Completed in 619 milliseconds