OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Introduced
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp
360
// for declarations that were
introduced
in iOS 11 (macOS 10.13, ...) or
364
VersionTuple
Introduced
= AA->getIntroduced();
368
Introduced
);
376
<<
Introduced
.getAsString();
380
<< OffendingDecl << PlatformName <<
Introduced
.getAsString()
408
std::string
Introduced
=
413
"(" +
Introduced
+ "))" + Insertion->Suffix)
749
VersionTuple
Introduced
= AA->getIntroduced();
751
if (AvailabilityStack.back() >=
Introduced
)
756
if (!ShouldDiagnoseAvailabilityInContext(SemaRef, Result,
Introduced
, Ctx
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
1017
/// '
introduced
' '=' version
1032
enum {
Introduced
, Deprecated, Obsoleted, Unknown };
1070
// "
introduced
", "deprecated", and "obsoleted", do so now.
1072
Ident_introduced = PP.getIdentifierInfo("
introduced
");
1160
// Special handling of 'NA' only when applied to
introduced
or
1183
Index =
Introduced
;
1220
for (unsigned Index =
Introduced
; Index != Unknown; ++Index) {
1240
Changes[
Introduced
],
4066
// generic address space is
introduced
only in OpenCL v2.0
5829
// cv-qualifiers are
introduced
through the use of a typedef or of
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp
2017
bool
Introduced
) {
2025
return
Introduced
? MethodKind::IntroducingVirtual : MethodKind::Virtual;
2027
return
Introduced
? MethodKind::PureIntroducingVirtual
2466
bool
Introduced
= SP->getFlags() & DINode::FlagIntroducedVirtual;
2469
if (
Introduced
)
2474
translateMethodKindFlags(SP,
Introduced
),
/src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h
2892
* The version number in which this entity was
introduced
.
2894
CXVersion
Introduced
;
Completed in 40 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026