Home
last modified time | relevance | path

Searched refs:getConceptSpecLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h710 SourceLocation getConceptSpecLoc() const { return ConceptLoc; } in getConceptSpecLoc() function
/external/clang/lib/Sema/
DSemaDecl.cpp3885 Diag(DS.getConceptSpecLoc(), diag::err_concept_wrong_decl_kind); in ParsedFreeStandingDeclSpec()
5099 Diag(D.getDeclSpec().getConceptSpecLoc(), in HandleDeclarator()
5330 Diag(D.getDeclSpec().getConceptSpecLoc(), in ActOnTypedefDeclarator()
6164 Diag(D.getDeclSpec().getConceptSpecLoc(), in ActOnVariableDeclarator()
7933 Diag(D.getDeclSpec().getConceptSpecLoc(), in ActOnFunctionDeclarator()
8001 Diag(D.getDeclSpec().getConceptSpecLoc(), in ActOnFunctionDeclarator()
10820 Diag(DS.getConceptSpecLoc(), diag::err_concept_wrong_decl_kind); in ActOnParamDeclarator()
DSemaTemplate.cpp7790 Diag(D.getDeclSpec().getConceptSpecLoc(), in ActOnExplicitInstantiation()