Home
last modified time | relevance | path

Searched refs:ToFunc (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp806 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType); in CheckExceptionSpecCompatibility() local
807 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
828 PDiag(), ToFunc, in CheckExceptionSpecCompatibility()
/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp916 const FunctionProtoType *ToFunc = GetUnderlyingFunction(ToType); in CheckExceptionSpecCompatibility() local
917 if (!ToFunc || ToFunc->hasDependentExceptionSpec()) in CheckExceptionSpecCompatibility()
948 PDiag(DiagID), PDiag(NestedDiagID), PDiag(), PDiag(), ToFunc, in CheckExceptionSpecCompatibility()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp5901 FunctionTemplateDecl *ToFunc; in VisitFunctionTemplateDecl() local
5902 if (GetImportedOrCreateDecl(ToFunc, D, Importer.getToContext(), DC, Loc, Name, in VisitFunctionTemplateDecl()
5904 return ToFunc; in VisitFunctionTemplateDecl()
5906 TemplatedFD->setDescribedFunctionTemplate(ToFunc); in VisitFunctionTemplateDecl()
5908 ToFunc->setAccess(D->getAccess()); in VisitFunctionTemplateDecl()
5909 ToFunc->setLexicalDeclContext(LexicalDC); in VisitFunctionTemplateDecl()
5910 LexicalDC->addDeclInternal(ToFunc); in VisitFunctionTemplateDecl()
5923 ToFunc->setPreviousDecl(Recent); in VisitFunctionTemplateDecl()
5926 return ToFunc; in VisitFunctionTemplateDecl()
/external/freetype/
DChangeLog.217144 (FT_Outline_{Move,Line,Conic,Cubic}ToFunc): This.