Searched refs:PerformDependentDiagnostics (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 733 SemaRef.PerformDependentDiagnostics(DC, TemplateArgs); in transformedLocalDecl() 2098 PerformDependentDiagnostics(Pattern, TemplateArgs); in InstantiateClass()
|
D | SemaTemplateInstantiateDecl.cpp | 3683 PerformDependentDiagnostics(PatternDecl, TemplateArgs); in InstantiateFunctionDefinition() 4925 void Sema::PerformDependentDiagnostics(const DeclContext *Pattern, in PerformDependentDiagnostics() function in Sema
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 1039 SemaRef.PerformDependentDiagnostics(DC, TemplateArgs); in transformedLocalDecl() 2816 PerformDependentDiagnostics(Pattern, TemplateArgs); in InstantiateClass()
|
D | SemaTemplateInstantiateDecl.cpp | 4863 PerformDependentDiagnostics(PatternDecl, TemplateArgs); in InstantiateFunctionDefinition() 6158 void Sema::PerformDependentDiagnostics(const DeclContext *Pattern, in PerformDependentDiagnostics() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5610 void PerformDependentDiagnostics(const DeclContext *Pattern,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 7156 void PerformDependentDiagnostics(const DeclContext *Pattern,
|