Home
last modified time | relevance | path

Searched refs:EncodeBlockParameters (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h2512 bool EncodeBlockParameters = false,
/external/clang/lib/AST/
DASTContext.cpp5600 bool EncodeBlockParameters, in getObjCEncodingForTypeImpl() argument
5791 if (EncodeBlockParameters) { in getObjCEncodingForTypeImpl()
5799 false /* StructField */, EncodeBlockParameters, EncodeClassNames, false, in getObjCEncodingForTypeImpl()
5809 false /* StructField */, EncodeBlockParameters, EncodeClassNames, in getObjCEncodingForTypeImpl()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2976 V(EncodeBlockParameters, 5) \
/external/llvm-project/clang/lib/AST/
DASTContext.cpp7495 if (Options.EncodeBlockParameters()) { in getObjCEncodingForTypeImpl()