Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp142 ProcessIDType = HostTarget->getProcessIDType(); in NVPTXTargetInfo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h359 IntType getProcessIDType() const { return ProcessIDType; } in getProcessIDType() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1722 QualType getProcessIDType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5701 QualType ASTContext::getProcessIDType() const { in getProcessIDType() function in ASTContext
5702 return getFromTargetType(Target->getProcessIDType()); in getProcessIDType()
10582 Type = Context.getProcessIDType(); in DecodeTypeFromStr()