Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5063 DiagnoseFunctionSpecifiers(DS); in ParsedFreeStandingDeclSpec()
6597 void Sema::DiagnoseFunctionSpecifiers(const DeclSpec &DS) { in DiagnoseFunctionSpecifiers() function in Sema
6626 DiagnoseFunctionSpecifiers(D.getDeclSpec()); in ActOnTypedefDeclarator()
7426 DiagnoseFunctionSpecifiers(D.getDeclSpec()); in ActOnVariableDeclarator()
14939 DiagnoseFunctionSpecifiers(DS); in ActOnParamDeclarator()
18261 DiagnoseFunctionSpecifiers(D.getDeclSpec()); in HandleField()
H A DSemaDeclObjC.cpp5223 SemaRef.DiagnoseFunctionSpecifiers(D.getDeclSpec()); in ActOnObjCExceptionDecl()
H A DSemaDeclCXX.cpp18970 DiagnoseFunctionSpecifiers(D.getDeclSpec()); in HandleMSProperty()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3465 void DiagnoseFunctionSpecifiers(const DeclSpec &DS);