OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C2x
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangStandard.h
47
C2x
= (1 << 4),
98
/// isC2x - Language is a superset of
C2x
.
99
bool isC2x() const { return Flags &
C2x
; }
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp
62
if (V == "CXX11" || V == "
C2x
" || V == "Pragma")
86
Ret.emplace_back("
C2x
", std::string(Name), "gnu", true);
91
Ret.emplace_back("
C2x
", std::string(Name), "clang", false);
1448
} else if (Variety == "CXX11" || Variety == "
C2x
") {
3083
//
C2x
-style attributes have the same kind of version information
3088
if (Variety == "CXX11" || Variety == "
C2x
") {
3110
else if (Variety == "
C2x
")
3116
else if (Variety == "
C2x
")
3138
std::map<std::string, std::vector<Record *>> CXX,
C2x
;
3154
else if (Variety == "
C2x
")
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp
695
const bool DoubleSquareBracket = LO.CPlusPlus14 || LO.
C2x
;
700
// - In
C2x
/C++14 we prefer [[deprecated]].
/src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp
1242
bool PreferClangAttr = !PP.getLangOpts().CPlusPlus17 && !PP.getLangOpts().
C2x
;
SemaExpr.cpp
15379
if (!getLangOpts().
C2x
)
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
915
else if (getLangOpts().
C2x
)
4155
/// ParseCXX11AttributeSpecifier - Parse a C++11 or
C2x
attribute-specifier.
4300
/// ParseCXX11Attributes - Parse a C++11 or
C2x
attribute-specifier-seq.
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp
3144
Opts.
C2x
= Std.isC2x();
Completed in 45 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026