Home
last modified time | relevance | path

Searched refs:needsExtraLocalData (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h582 bool needsExtraLocalData() const { in needsExtraLocalData() function
591 return needsExtraLocalData() ? sizeof(WrittenBuiltinSpecs) : 0; in getExtraLocalDataSize()
595 return needsExtraLocalData() ? alignof(WrittenBuiltinSpecs) : 1; in getExtraLocalDataAlignment()
603 if (needsExtraLocalData()) in getWrittenSignSpec()
614 if (needsExtraLocalData()) in setWrittenSignSpec()
619 if (needsExtraLocalData()) in getWrittenWidthSpec()
630 if (needsExtraLocalData()) in setWrittenWidthSpec()
641 if (needsExtraLocalData()) in setWrittenTypeSpec()
646 if (needsExtraLocalData()) in hasModeAttr()
653 if (needsExtraLocalData()) in setModeAttr()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp317 if (needsExtraLocalData()) in getWrittenTypeSpec()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp200 if (TL.needsExtraLocalData()) { in VisitBuiltinTypeLoc()
H A DASTReader.cpp6485 if (TL.needsExtraLocalData()) { in VisitBuiltinTypeLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp5935 if (TL.needsExtraLocalData()) { in VisitBuiltinTypeLoc()
H A DTreeTransform.h4890 if (T.needsExtraLocalData()) in TransformBuiltinType()