Searched refs:PlaceHolder (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLBuiltinTypeDeclBuilder.cpp | 123 enum class PlaceHolder { _0, _1, _2, _3, _4, Handle = 128, LastStmt }; enum 125 Expr *convertPlaceholder(PlaceHolder PH); 322 Expr *BuiltinTypeMethodBuilder::convertPlaceholder(PlaceHolder PH) { in convertPlaceholder() 323 if (PH == PlaceHolder::Handle) in convertPlaceholder() 326 if (PH == PlaceHolder::LastStmt) { in convertPlaceholder() 641 using PH = BuiltinTypeMethodBuilder::PlaceHolder; in addDefaultHandleConstructor() 656 using PH = BuiltinTypeMethodBuilder::PlaceHolder; in addHandleConstructorFromBinding() 677 using PH = BuiltinTypeMethodBuilder::PlaceHolder; in addHandleConstructorFromImplicitBinding() 788 using PH = BuiltinTypeMethodBuilder::PlaceHolder; in addIncrementCounterMethod() 797 using PH = BuiltinTypeMethodBuilder::PlaceHolder; in addDecrementCounterMethod() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 123 StringRef PlaceHolder); 124 void print(QualType T, raw_ostream &OS, StringRef PlaceHolder); 185 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) { in print() argument 187 print(split.Ty, split.Quals, OS, PlaceHolder); in print() 191 StringRef PlaceHolder) { in print() argument 197 SaveAndRestore PHVal(HasEmptyPlaceHolder, PlaceHolder.empty()); in print() 200 OS << PlaceHolder; in print() 2788 const Twine &PlaceHolder, unsigned Indentation) const { in print() argument 2789 print(splitAccordingToPolicy(*this, Policy), OS, Policy, PlaceHolder, in print() 2795 const Twine &PlaceHolder, unsigned Indentation) { in print() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 1342 const Twine &PlaceHolder = Twine(), 1346 const PrintingPolicy &policy, const Twine &PlaceHolder, 1348 return print(split.Ty, split.Quals, OS, policy, PlaceHolder, Indentation); 1353 const Twine &PlaceHolder, 1371 const Twine &PlaceHolder; 1376 const Twine &PlaceHolder, unsigned Indentation) 1377 : T(T), Policy(Policy), PlaceHolder(PlaceHolder), 1382 SQT.T.print(OS, SQT.Policy, SQT.PlaceHolder, SQT.Indentation); 1388 const Twine &PlaceHolder = Twine(), 1390 return StreamedQualTypeHelper(*this, Policy, PlaceHolder, Indentation);
|