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.h45 bool CheckPPCMMAType(QualType Type, SourceLocation TypeLoc);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp256 bool SemaPPC::CheckPPCMMAType(QualType Type, SourceLocation TypeLoc) { in CheckPPCMMAType() function in clang::SemaPPC
H A DSemaDecl.cpp8769 PPC().CheckPPCMMAType(T, NewVD->getLocation())) { in CheckVariableDeclarationType()
11869 PPC().CheckPPCMMAType(NewFD->getReturnType(), NewFD->getLocation())) { in CheckFunctionDeclaration()
15143 PPC().CheckPPCMMAType(New->getOriginalType(), New->getLocation())) { in CheckParameter()
18510 PPC().CheckPPCMMAType(T, NewFD->getLocation())) in CheckFieldDecl()
H A DSemaExprCXX.cpp924 PPC().CheckPPCMMAType(Ex->getType(), Ex->getBeginLoc()); in BuildCXXThrow()
H A DSemaChecking.cpp9172 PPC().CheckPPCMMAType(RetValExp->getType(), ReturnLoc); in CheckReturnValExpr()