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.cpp132 ProcessIDType = HostTarget->getProcessIDType(); in NVPTXTargetInfo()
H A DSPIR.h139 ProcessIDType = HostTarget->getProcessIDType(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h405 IntType getProcessIDType() const { return ProcessIDType; } in getProcessIDType() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1805 QualType getProcessIDType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5968 QualType ASTContext::getProcessIDType() const { in getProcessIDType() function in ASTContext
5969 return getFromTargetType(Target->getProcessIDType()); in getProcessIDType()
11481 Type = Context.getProcessIDType(); in DecodeTypeFromStr()