Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1022 if (const FunctionDecl *SpecDecl = FD->getTemplateInstantiationPattern()) in GenerateCode() local
1023 if (SpecDecl->hasBody(SpecDecl)) in GenerateCode()
1024 Loc = SpecDecl->getLocation(); in GenerateCode()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp1317 if (const FunctionDecl *SpecDecl = FD->getTemplateInstantiationPattern()) in GenerateCode() local
1318 if (SpecDecl->hasBody(SpecDecl)) in GenerateCode()
1319 Loc = SpecDecl->getLocation(); in GenerateCode()
/external/clang/lib/Sema/
DSemaTemplate.cpp8675 template<typename SpecDecl>
8676 void checkImpl(SpecDecl *Spec) { in checkImpl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp11045 template<typename SpecDecl>
11046 void checkImpl(SpecDecl *Spec) { in checkImpl()