Home
last modified time | relevance | path

Searched refs:getProcessIDType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp137 ProcessIDType = HostTarget->getProcessIDType(); in NVPTXTargetInfo()
H A DSPIR.h141 ProcessIDType = HostTarget->getProcessIDType(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h414 IntType getProcessIDType() const { return ProcessIDType; } in getProcessIDType() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1872 QualType getProcessIDType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6412 QualType ASTContext::getProcessIDType() const { in getProcessIDType() function in ASTContext
6413 return getFromTargetType(Target->getProcessIDType()); in getProcessIDType()
11964 Type = Context.getProcessIDType(); in DecodeTypeFromStr()