/external/clang/tools/diagtool/ |
ShowEnabledWarnings.cpp | 57 createDiagnostics(unsigned int argc, char **argv) { 77 CompilerInstance::createDiagnostics(&Invocation->getDiagnosticOpts()); 105 IntrusiveRefCntPtr<DiagnosticsEngine> Diags = createDiagnostics(argc, argv);
|
/external/clang/unittests/Frontend/ |
CodeGenActionTest.cpp | 53 Compiler.createDiagnostics();
|
FrontendActionTest.cpp | 90 compiler.createDiagnostics(); 110 compiler.createDiagnostics(); 137 compiler.createDiagnostics(); 183 Compiler.createDiagnostics();
|
/external/clang/unittests/AST/ |
ExternalASTSourceTest.cpp | 49 Compiler.createDiagnostics();
|
/external/clang/unittests/CodeGen/ |
BufferSourceTest.cpp | 45 compiler.createDiagnostics();
|
/external/clang/lib/Frontend/ |
CreateInvocationFromCommandLine.cpp | 39 Diags = CompilerInstance::createDiagnostics(new DiagnosticOptions);
|
/external/clang/tools/driver/ |
cc1_main.cpp | 102 Clang->createDiagnostics();
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
ModelInjector.cpp | 81 Instance.createDiagnostics(
|
/external/clang/examples/clang-interpreter/ |
main.cpp | 151 Clang.createDiagnostics();
|
/external/clang/include/clang/Frontend/ |
CompilerInstance.h | 602 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 624 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/ |
CompilerInstance.h | 608 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 630 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/ |
CompilerInstance.h | 615 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 637 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/ |
CompilerInstance.h | 615 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 637 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/ |
CompilerInstance.h | 615 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 637 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/ |
CompilerInstance.h | 615 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 637 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/ |
CompilerInstance.h | 615 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 637 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/ |
CompilerInstance.h | 615 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 637 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/ |
CompilerInstance.h | 608 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 630 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/ |
CompilerInstance.h | 615 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 637 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/ |
CompilerInstance.h | 615 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 637 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/ |
CompilerInstance.h | 615 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 637 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/ |
CompilerInstance.h | 615 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 637 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/ |
CompilerInstance.h | 615 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 637 createDiagnostics(DiagnosticOptions *Opts,
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/ |
CompilerInstance.h | 615 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 637 createDiagnostics(DiagnosticOptions *Opts,
|
/external/clang/tools/c-index-test/ |
core_main.cpp | 143 Diags(CompilerInstance::createDiagnostics(new DiagnosticOptions));
|