Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8193 CheckPPCMMAType(T, NewVD->getLocation())) { in CheckVariableDeclarationType()
10873 CheckPPCMMAType(NewFD->getReturnType(), NewFD->getLocation())) { in CheckFunctionDeclaration()
13953 CheckPPCMMAType(New->getOriginalType(), New->getLocation())) { in CheckParameter()
17004 CheckPPCMMAType(T, NewFD->getLocation())) in CheckFieldDecl()
H A DSemaChecking.cpp3458 bool Sema::CheckPPCMMAType(QualType Type, SourceLocation TypeLoc) { in CheckPPCMMAType() function in Sema
10871 CheckPPCMMAType(RetValExp->getType(), ReturnLoc); in CheckReturnValExpr()
H A DSemaExprCXX.cpp906 CheckPPCMMAType(Ex->getType(), Ex->getBeginLoc()); in BuildCXXThrow()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12630 bool CheckPPCMMAType(QualType Type, SourceLocation TypeLoc);