Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DNoexceptFunctionBaseCheck.cpp29 const auto *ProtoType = FuncDecl->getType()->castAs<FunctionProtoType>(); in check() local
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h49 Type *ProtoType = nullptr; variable
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp978 if (const auto *ProtoType = Ty->getAs<FunctionProtoType>()) VisitCXXNewAllocatorCall() local
1049 if (const auto *ProtoType = FD->getType()->getAs<FunctionProtoType>()) VisitCXXNewExpr() local
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp877 if (auto *ProtoType = FD->getType()->getAs<FunctionProtoType>()) { in highlightMutableReferenceArguments() local
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2130 ObjCProtocolDecl *ProtoType = Actions.ObjC().ActOnStartProtocolInterface( ParseObjCAtProtocolDeclaration() local