Home
last modified time | relevance | path

Searched refs:dumpColor (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp237 LLVM_DUMP_METHOD void Decl::dumpColor() const { in dumpColor() function in Decl
299 LLVM_DUMP_METHOD void Stmt::dumpColor() const { in dumpColor() function in Stmt
325 LLVM_DUMP_METHOD void Comment::dumpColor() const { in dumpColor() function in Comment
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1255 void dumpColor() const;
H A DStmt.h1530 void dumpColor() const;
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp2258 Call->dumpColor(); in interp__builtin_elementwise_sat()