Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp151 const char *TargetInfo::getTypeFormatModifier(IntType T) { in getTypeFormatModifier() function in TargetInfo
/external/clang/include/clang/Basic/
DTargetInfo.h523 static const char *getTypeFormatModifier(IntType T);
/external/clang/lib/Frontend/
DInitPreprocessor.cpp203 StringRef FmtModifier = TI.getTypeFormatModifier(Ty); in DefineFmt()