Home
last modified time | relevance | path

Searched defs:FunctionTemplate (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8DOMConfiguration.cpp161 …isolate, WrapperTypeInfo* wrapperTypeInfo, void (*configureDOMClassTemplate)(v8::Handle<v8::Functi… in domClassTemplate()
DV8NPObject.cpp186 const v8::WeakCallbackData<v8::FunctionTemplate, WeakCallbackDataType>& data) in KeyFromWeakCallbackData()
230 …apType* V8TemplateMapTraits::MapFromWeakCallbackData(const v8::WeakCallbackData<v8::FunctionTempla… in MapFromWeakCallbackData()
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp2507 FunctionTemplateDecl *FunctionTemplate, in SubstituteExplicitTemplateArguments()
2781 Sema::FinishTemplateArgumentDeduction(FunctionTemplateDecl *FunctionTemplate, in FinishTemplateArgumentDeduction()
3298 FunctionTemplateDecl *FunctionTemplate, in DeduceTemplateArguments()
3543 Sema::DeduceTemplateArguments(FunctionTemplateDecl *FunctionTemplate, in DeduceTemplateArguments()
3895 Sema::DeduceTemplateArguments(FunctionTemplateDecl *FunctionTemplate, in DeduceTemplateArguments()
5078 const FunctionTemplateDecl *FunctionTemplate, in MarkDeducedTemplateParameters()
5092 FunctionTemplateDecl *FunctionTemplate, in hasDeducibleTemplateParameters()
DSemaOverload.cpp5987 Sema::AddTemplateOverloadCandidate(FunctionTemplateDecl *FunctionTemplate, in AddTemplateOverloadCandidate()
6243 Sema::AddTemplateConversionCandidate(FunctionTemplateDecl *FunctionTemplate, in AddTemplateConversionCandidate()
9728 bool AddMatchingTemplateFunction(FunctionTemplateDecl* FunctionTemplate, in AddMatchingTemplateFunction()
9830 if (FunctionTemplateDecl *FunctionTemplate in FindAllFunctionsThatMatchTargetTypeExactly() local
10056 FunctionTemplateDecl *FunctionTemplate in ResolveSingleFunctionTemplateSpecialization() local
DSemaTemplateInstantiateDecl.cpp1227 FunctionTemplateDecl *FunctionTemplate = D->getDescribedFunctionTemplate(); in VisitFunctionDecl() local
1501 FunctionTemplateDecl *FunctionTemplate = D->getDescribedFunctionTemplate(); in VisitCXXMethodDecl() local
DSemaTemplateInstantiate.cpp262 FunctionTemplateDecl *FunctionTemplate, in InstantiatingTemplate()
DSemaDecl.cpp6799 FunctionTemplateDecl *FunctionTemplate = nullptr; in ActOnFunctionDeclarator() local
/external/chromium_org/v8/include/
Dv8.h74 class FunctionTemplate; variable
112 class FunctionTemplate; variable
3407 friend class FunctionTemplate; variable
3872 friend class FunctionTemplate; variable
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1352 TEST(FunctionTemplate, MatchesFunctionTemplateDeclarations) { in TEST() argument
1358 TEST(FunctionTemplate, DoesNotMatchFunctionDeclarations) { in TEST() argument
1364 TEST(FunctionTemplate, DoesNotMatchFunctionTemplateSpecializations) { in TEST() argument
/external/clang/include/clang/Sema/
DSema.h1480 static NameClassification FunctionTemplate(TemplateName Name) { in FunctionTemplate() function
6083 const FunctionTemplateDecl *FunctionTemplate, in MarkDeducedTemplateParameters()
/external/clang/lib/AST/
DDecl.cpp1441 if (const FunctionTemplateDecl *FunctionTemplate in declarationReplaces() local
/external/chromium_org/v8/test/cctest/
Dtest-api.cc1046 THREADED_PROFILED_TEST(FunctionTemplate) { in THREADED_PROFILED_TEST() argument