Home
last modified time | relevance | path

Searched refs:MightBeForRangeStmt (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1698 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1699 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1704 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1792 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1793 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1796 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1662 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1663 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1668 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1748 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1749 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1752 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1846 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1847 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1852 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1940 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1941 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1944 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Parse/
H A DParseStmt.cpp1846 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1847 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1852 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1940 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1941 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1944 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1821 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1822 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1827 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1915 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1916 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1919 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1821 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1822 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1827 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1915 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1916 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1919 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Parse/
H A DParseStmt.cpp1942 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1943 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1948 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
2037 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
2038 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
2041 MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Parse/
H A DParseStmt.cpp1869 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1870 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1875 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1963 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1964 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1967 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseStmt.cpp1869 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1870 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1875 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1963 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1964 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1967 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseStmt.cpp1877 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1878 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1883 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1970 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1971 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1974 MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseStmt.cpp1877 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1878 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1883 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1970 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1971 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1974 MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1877 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1878 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1883 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1970 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1971 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1974 MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseStmt.cpp1869 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1870 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1875 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1963 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1964 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1967 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseStmt.cpp1877 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1878 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1883 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1970 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1971 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1974 MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Parse/
H A DParseStmt.cpp1877 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1878 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1883 MightBeForRangeStmt ? &ForRangeInfo : nullptr); in ParseForStatement()
1970 bool MightBeForRangeStmt = !ForRangeInfo.ParsedForRangeDecl(); in ParseForStatement() local
1971 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1974 MightBeForRangeStmt ? &ForRangeInfo : nullptr, in ParseForStatement()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParseStmt.cpp1619 bool MightBeForRangeStmt = getLangOpts().CPlusPlus; in ParseForStatement() local
1620 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
1625 MightBeForRangeStmt ? &ForRangeInit : nullptr); in ParseForStatement()