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.cpp142 ProcessIDType = HostTarget->getProcessIDType(); in NVPTXTargetInfo()
H A DSPIR.h148 ProcessIDType = HostTarget->getProcessIDType(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h431 IntType getProcessIDType() const { return ProcessIDType; } in getProcessIDType() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2057 QualType getProcessIDType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6859 QualType ASTContext::getProcessIDType() const { in getProcessIDType() function in ASTContext
6860 return getFromTargetType(Target->getProcessIDType()); in getProcessIDType()
12586 Type = Context.getProcessIDType(); in DecodeTypeFromStr()