Home
last modified time | relevance | path

Searched defs:ProtoType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h49 Type *ProtoType = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp978 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewAllocatorCall() local
1049 if (const auto *ProtoType = FD->getType()->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2130 ObjCProtocolDecl *ProtoType = Actions.ObjC().ActOnStartProtocolInterface( in ParseObjCAtProtocolDeclaration() local