Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp8690 CheckPPCMMAType(T, NewVD->getLocation())) { in CheckVariableDeclarationType()
11680 CheckPPCMMAType(NewFD->getReturnType(), NewFD->getLocation())) { in CheckFunctionDeclaration()
14841 CheckPPCMMAType(New->getOriginalType(), New->getLocation())) { in CheckParameter()
18114 CheckPPCMMAType(T, NewFD->getLocation())) in CheckFieldDecl()
H A DSemaExprCXX.cpp912 CheckPPCMMAType(Ex->getType(), Ex->getBeginLoc()); in BuildCXXThrow()
H A DSemaChecking.cpp4444 bool Sema::CheckPPCMMAType(QualType Type, SourceLocation TypeLoc) { in CheckPPCMMAType() function in Sema
12202 CheckPPCMMAType(RetValExp->getType(), ReturnLoc); in CheckReturnValExpr()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13545 bool CheckPPCMMAType(QualType Type, SourceLocation TypeLoc);