Home | History | Annotate | Download | only in slang

Lines Matching full:clang

26 #include "clang/Basic/SourceLocation.h"
28 #include "clang/Frontend/FrontendDiagnostic.h"
30 #include "clang/Sema/SemaDiagnostic.h"
169 clang::DiagnosticsEngine &DiagEngine = getDiagnostics();
172 clang::diag::MAP_ERROR))
173 DiagEngine.Report(clang::diag::warn_unknown_warning_option)
177 clang::diag::ext_typecheck_convert_discards_qualifiers,
178 clang::diag::MAP_ERROR,
179 clang::SourceLocation());
183 clang::DiagnosticsEngine::Error,
188 clang::DiagnosticsEngine::Error,
194 clang::DiagnosticsEngine::Error,
199 clang::Preprocessor &PP = getPreprocessor();
216 clang::ASTConsumer
217 *SlangRS::createBackend(const clang::CodeGenOptions& CodeGenOpts,
240 bool SlangRS::IsFunctionInRSHeaderFile(const clang::FunctionDecl *FD,
241 const clang::SourceManager &SourceMgr) {
242 clang::FullSourceLoc FSL(FD->getLocStart(), SourceMgr);
243 clang::PresumedLoc PLoc = SourceMgr.getPresumedLoc(FSL);