Home
last modified time | relevance | path

Searched defs:PrintType (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DTypePrinterTest.cpp26 static void PrintType(raw_ostream &Out, const ASTContext *Context, in PrintType() function
/llvm-project/clang-tools-extra/clangd/unittests/
H A DASTTests.cpp483 TEST(ClangdAST, PrintType) { in TEST() argument
/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h326 enum class PrintType { Summary, Contents, RecursiveContents }; global() enum
/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp65 static std::string PrintType(const Type *type, bool truncate = false) { PrintType() function
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp96 static std::string PrintType(const llvm::Type *type, bool truncate = false) { PrintType() function
/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1856 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt() argument
1838 bool PrintType = IsValidFromInt && IsValidToInt && PrintAPSInt() local
/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2818 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 DVPlan.h651 printAsOperand(raw_ostream & OS,bool PrintType) printAsOperand() argument
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c1617 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, in PrintType() function