Home
last modified time | relevance | path

Searched refs:HasProto (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1625 static DeclaratorChunk getFunction(bool HasProto,
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp6686 bool HasProto = false; in ParseFunctionDeclarator() local
6738 HasProto = ParamInfo.size() || getLangOpts().requiresStrictPrototypes() || in ParseFunctionDeclarator()
6841 HasProto, IsAmbiguous, LParenLoc, ParamInfo.data(), in ParseFunctionDeclarator()