Searched defs:PrintType (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/unittests/AST/ |
H A D | TypePrinterTest.cpp | 26 static void PrintType(raw_ostream &Out, const ASTContext *Context, in PrintType() function
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ASTTests.cpp | 483 TEST(ClangdAST, PrintType) { in TEST() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 326 enum class PrintType { Summary, Contents, RecursiveContents }; global() enum
|
/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 65 static std::string PrintType(const Type *type, bool truncate = false) { PrintType() function
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.cpp | 96 static std::string PrintType(const llvm::Type *type, bool truncate = false) { PrintType() function
|
/llvm-project/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 1856 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt() argument 1838 bool PrintType = IsValidFromInt && IsValidToInt && PrintAPSInt() local
|
/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2818 writeOperand(const Value * Operand,bool PrintType) writeOperand() argument 5093 printAsOperandImpl(const Value & V,raw_ostream & O,bool PrintType,ModuleSlotTracker & MST) printAsOperandImpl() argument 5105 printAsOperand(raw_ostream & O,bool PrintType,const Module * M) const printAsOperand() argument 5120 printAsOperand(raw_ostream & O,bool PrintType,ModuleSlotTracker & MST) const printAsOperand() argument [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 651 printAsOperand(raw_ostream & OS,bool PrintType) printAsOperand() argument
|
/llvm-project/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1617 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, in PrintType() function
|