Home
last modified time | relevance | path

Searched refs:NoEscape (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/include/clang/APINotes/
DTypes.h417 unsigned NoEscape : 1; variable
426 : VariableInfo(), NoEscapeSpecified(false), NoEscape(false), in ParamInfo()
432 return NoEscape; in isNoEscape()
436 NoEscape = Value.hasValue() ? *Value : false; in setNoEscape()
456 NoEscape = RHS.NoEscape;
473 LHS.NoEscape == RHS.NoEscape &&
/external/llvm-project/clang/lib/APINotes/
DAPINotesTypes.cpp67 OS << (NoEscape ? "[NoEscape] " : ""); in dump()
DAPINotesYAMLCompiler.cpp73 Optional<bool> NoEscape = false; member
124 IO.mapOptional("NoEscape", P.NoEscape); in mapping()
/external/llvm-project/clang/docs/
DAPINotes.rst317 'Position' and support the 'Nullability', 'NoEscape', and 'Type' keys.
332 :NoEscape:
341 NoEscape: true
/external/llvm-project/clang/test/Misc/
Dpragma-attribute-supported-attributes-list.test90 // CHECK-NEXT: NoEscape (SubjectMatchRule_variable_is_parameter)
/external/llvm-project/clang/include/clang/AST/
DType.h3603 ExtParameterInfo withIsNoEscape(bool NoEscape) const {
3605 if (NoEscape)
/external/llvm-project/clang/include/clang/Basic/
DAttr.td1828 def NoEscape : Attr {