Lines Matching refs:Code
46 // code that sets up a compiler to run tools on it, and we should refactor
104 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code,
107 return runToolOnCodeWithArgs(ToolAction, Code, std::vector<std::string>(),
125 clang::FrontendAction *ToolAction, const Twine &Code,
147 Code.toNullTerminatedStringRef(CodeStorage)));
264 // Inject the code as the given file name into the preprocessor options.
493 buildASTFromCode(const Twine &Code, const Twine &FileName,
495 return buildASTFromCodeWithArgs(Code, std::vector<std::string>(), FileName,
500 const Twine &Code, const std::vector<std::string> &Args,
521 Code.toNullTerminatedStringRef(CodeStorage)));