Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DDeclSpec.h1647 static DeclaratorChunk getFunction(bool HasProto,
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseDecl.cpp6840 bool HasProto = false; in ParseFunctionDeclarator() local
6891 HasProto = ParamInfo.size() || getLangOpts().requiresStrictPrototypes() || in ParseFunctionDeclarator()
6994 HasProto, IsAmbiguous, LParenLoc, ParamInfo.data(), in ParseFunctionDeclarator()