Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaPPC.h46 bool CheckPPCMMAType(QualType Type, SourceLocation TypeLoc);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp262 bool SemaPPC::CheckPPCMMAType(QualType Type, SourceLocation TypeLoc) { in CheckPPCMMAType() function in clang::SemaPPC
H A DSemaDecl.cpp8983 PPC().CheckPPCMMAType(T, NewVD->getLocation())) { in CheckVariableDeclarationType()
12103 PPC().CheckPPCMMAType(NewFD->getReturnType(), NewFD->getLocation())) { in CheckFunctionDeclaration()
15579 PPC().CheckPPCMMAType(New->getOriginalType(), New->getLocation())) { in CheckParameter()
19053 PPC().CheckPPCMMAType(T, NewFD->getLocation())) in CheckFieldDecl()
H A DSemaExprCXX.cpp906 PPC().CheckPPCMMAType(Ex->getType(), Ex->getBeginLoc()); in BuildCXXThrow()
H A DSemaChecking.cpp10342 PPC().CheckPPCMMAType(RetValExp->getType(), ReturnLoc); in CheckReturnValExpr()