Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1711 static DeclaratorChunk getFunction(bool HasProto,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7502 bool HasProto = false; in ParseFunctionDeclarator() local
7553 HasProto = ParamInfo.size() || getLangOpts().requiresStrictPrototypes() || in ParseFunctionDeclarator()
7673 HasProto, IsAmbiguous, LParenLoc, ParamInfo.data(), in ParseFunctionDeclarator()