Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8921 CheckPPCMMAType(T, NewVD->getLocation())) { in CheckVariableDeclarationType()
11944 CheckPPCMMAType(NewFD->getReturnType(), NewFD->getLocation())) { in CheckFunctionDeclaration()
15377 CheckPPCMMAType(New->getOriginalType(), New->getLocation())) { in CheckParameter()
18725 CheckPPCMMAType(T, NewFD->getLocation())) in CheckFieldDecl()
H A DSemaExprCXX.cpp926 CheckPPCMMAType(Ex->getType(), Ex->getBeginLoc()); in BuildCXXThrow()
H A DSemaChecking.cpp5091 bool Sema::CheckPPCMMAType(QualType Type, SourceLocation TypeLoc) { in CheckPPCMMAType() function in Sema
13943 CheckPPCMMAType(RetValExp->getType(), ReturnLoc); in CheckReturnValExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13984 bool CheckPPCMMAType(QualType Type, SourceLocation TypeLoc);