Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp194 if (Kind == OutsideFunction && getLangOpts().CPlusPlus) { in ConsumeExtraSemi()
856 ConsumeExtraSemi(OutsideFunction); in ParseExternalDeclaration()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1051 OutsideFunction = 0, enumerator