Searched refs:getProcessIDType (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h223 IntType getProcessIDType() const { return ProcessIDType; } function in class:clang::TargetInfo
/external/clang/include/clang/AST/
H A DASTContext.h1236 QualType getProcessIDType() const;
/external/clang/lib/AST/
H A DASTContext.cpp3871 QualType ASTContext::getProcessIDType() const { function in class:ASTContext
3872 return getFromTargetType(Target->getProcessIDType());
7660 Type = Context.getProcessIDType();

Completed in 1145 milliseconds