Home
last modified time | relevance | path

Searched refs:getTypeFormatModifier (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp224 const char *TargetInfo::getTypeFormatModifier(IntType T) { in getTypeFormatModifier() function in TargetInfo
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h889 static const char *getTypeFormatModifier(IntType T);
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp186 StringRef FmtModifier = TI.getTypeFormatModifier(Ty); in DefineFmt()