Searched refs:ClangASTSection (Results 1 – 2 of 2) sorted by relevance
1574 Optional<object::SectionRef> ClangASTSection; in printRawClangAST() local1579 ClangASTSection = Sec; in printRawClangAST()1583 if (!ClangASTSection) in printRawClangAST()1587 error(ClangASTSection.getValue().getContents(ClangASTContents)); in printRawClangAST()
2633 Optional<object::SectionRef> ClangASTSection; in printRawClangAST() local2642 ClangASTSection = Sec; in printRawClangAST()2646 if (!ClangASTSection) in printRawClangAST()2650 ClangASTSection.getValue().getContents(), Obj->getFileName()); in printRawClangAST()