HomeSort by: relevance | last modified time | path
    Searched defs:getVersion (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
DarwinSDKInfo.h 25 const llvm::VersionTuple &getVersion() const { return Version; }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Availability.h 51 VersionTuple getVersion() const { return Version; }
ExprObjC.h 1709 VersionTuple getVersion() { return VersionToCheck; }
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LdifReader.h 32 inline int getVersion() const
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAddr.h 85 uint16_t getVersion() const { return Version; }
DWARFUnitIndex.h 142 uint32_t getVersion() const { return Header.Version; }
DWARFListTable.h 96 uint16_t getVersion() const { return HeaderData.Version; }
DWARFDebugLine.h 100 uint16_t getVersion() const { return FormParams.Version; }
DWARFUnit.h 83 uint16_t getVersion() const { return FormParams.Version; }
191 uint8_t getVersion() const { return FormParams.Version; }
284 uint16_t getVersion() const { return Header.getVersion(); }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
InfoStream.cpp 103 PdbRaw_ImplVer InfoStream::getVersion() const {
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
ObjCRuntime.h 77 const VersionTuple &getVersion() const { return Version; }
102 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) {
109 (getVersion() >= VersionTuple(10, 0)) &&
110 (getVersion() < VersionTuple(10, 6)))
145 return getVersion() >= VersionTuple(10, 7);
163 case FragileMacOSX: return getVersion() >= VersionTuple(10, 7);
164 case MacOSX: return getVersion() >= VersionTuple(10, 7);
165 case iOS: return getVersion() >= VersionTuple(5);
169 case GNUstep: return getVersion() >= VersionTuple(1, 6);
197 return getVersion() >= VersionTuple(10, 10)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Gnu.h 246 const GCCVersion &getVersion() const { return Version; }
  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
NamedConf.py 175 def getVersion(self):
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 380 virtual uint64_t getVersion() const = 0;
422 uint64_t getVersion() const override { return GET_VERSION(FormatVersion); }
484 uint64_t getVersion() const { return Index->getVersion(); }
GCOV.h 193 GCOV::GCOVVersion getVersion() const { return Version; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Win64EH.h 107 uint8_t getVersion() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
StackMapParser.h 346 unsigned getVersion() const { return 3; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 113 unsigned APValue::LValueBase::getVersion() const {
206 Base.getVersion());
926 return ((const LV *)(const char *)&Data)->Base.getVersion();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 986 template <support::endianness Endian> uint32_t getVersion() const {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp 1044 uint8_t XCOFFTracebackTable::getVersion() const {

Completed in 89 milliseconds