/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/ |
SerializedDiagnosticPrinter.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/Frontend/SerializedDiagnostics.h" 21 namespace clang { namespace 33 /// This allows wrapper tools for Clang to get diagnostics from Clang 34 /// (via libclang) without needing to parse Clang's command line output. 41 } // end clang namespace
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/ |
SerializedDiagnosticPrinter.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/Frontend/SerializedDiagnostics.h" 21 namespace clang { namespace 33 /// This allows wrapper tools for Clang to get diagnostics from Clang 34 /// (via libclang) without needing to parse Clang's command line output. 41 } // end clang namespace
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/ |
SerializedDiagnosticPrinter.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/Frontend/SerializedDiagnostics.h" 21 namespace clang { namespace 33 /// This allows wrapper tools for Clang to get diagnostics from Clang 34 /// (via libclang) without needing to parse Clang's command line output. 41 } // end clang namespace
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/ |
SerializedDiagnosticPrinter.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/Frontend/SerializedDiagnostics.h" 21 namespace clang { namespace 33 /// This allows wrapper tools for Clang to get diagnostics from Clang 34 /// (via libclang) without needing to parse Clang's command line output. 41 } // end clang namespace
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/ |
SerializedDiagnosticPrinter.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/Frontend/SerializedDiagnostics.h" 21 namespace clang { namespace 33 /// This allows wrapper tools for Clang to get diagnostics from Clang 34 /// (via libclang) without needing to parse Clang's command line output. 41 } // end clang namespace
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/ |
SerializedDiagnosticPrinter.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/Frontend/SerializedDiagnostics.h" 21 namespace clang { namespace 33 /// This allows wrapper tools for Clang to get diagnostics from Clang 34 /// (via libclang) without needing to parse Clang's command line output. 41 } // end clang namespace
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/ |
SerializedDiagnosticPrinter.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/Frontend/SerializedDiagnostics.h" 21 namespace clang { namespace 33 /// This allows wrapper tools for Clang to get diagnostics from Clang 34 /// (via libclang) without needing to parse Clang's command line output. 41 } // end clang namespace
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/ |
SerializedDiagnosticPrinter.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/Frontend/SerializedDiagnostics.h" 21 namespace clang { namespace 33 /// This allows wrapper tools for Clang to get diagnostics from Clang 34 /// (via libclang) without needing to parse Clang's command line output. 41 } // end clang namespace
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/ |
SerializedDiagnosticPrinter.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/Frontend/SerializedDiagnostics.h" 21 namespace clang { namespace 33 /// This allows wrapper tools for Clang to get diagnostics from Clang 34 /// (via libclang) without needing to parse Clang's command line output. 41 } // end clang namespace
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/ |
SerializedDiagnosticPrinter.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/Frontend/SerializedDiagnostics.h" 21 namespace clang { namespace 33 /// This allows wrapper tools for Clang to get diagnostics from Clang 34 /// (via libclang) without needing to parse Clang's command line output. 41 } // end clang namespace
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/ |
SerializedDiagnosticPrinter.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/Frontend/SerializedDiagnostics.h" 21 namespace clang { namespace 33 /// This allows wrapper tools for Clang to get diagnostics from Clang 34 /// (via libclang) without needing to parse Clang's command line output. 41 } // end clang namespace
|
/external/clang/include/clang/AST/ |
AST.h | 18 #include "clang/AST/ASTContext.h" 19 #include "clang/AST/Decl.h" 20 #include "clang/AST/DeclCXX.h" 21 #include "clang/AST/DeclObjC.h" 22 #include "clang/AST/DeclTemplate.h" 23 #include "clang/AST/Expr.h" 24 #include "clang/AST/ExprObjC.h" 25 #include "clang/AST/StmtVisitor.h" 26 #include "clang/AST/Type.h"
|
/external/clang/test/Driver/ |
modules.mm | 1 // RUN: %clang -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-MODULES %s 2 // RUN: %clang -fcxx-modules -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-MODULES %s 3 // RUN: %clang -fmodules -fno-cxx-modules -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-MODULES %s 6 // RUN: %clang -fmodules -### %s 2>&1 | FileCheck -check-prefix=CHECK-HAS-MODULES %s 7 // RUN: %clang -fmodules -fno-cxx-modules -fcxx-modules -### %s 2>&1 | FileCheck -check-prefix=CHECK-HAS-MODULES %s 10 // RUN: %clang -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-MAPS %s 11 // RUN: %clang -fimplicit-module-maps -### %s 2>&1 | FileCheck -check-prefix=CHECK-HAS-MAPS %s 12 // RUN: %clang -fmodules -### %s 2>&1 | FileCheck -check-prefix=CHECK-HAS-MAPS %s 13 // RUN: %clang -fmodules -fno-implicit-module-maps -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-MAPS %s
|
/external/clang/utils/perf-training/ |
lit.cfg | 8 # On Darwin, support relocatable SDKs by providing Clang with a 24 config.clang = lit.util.which('clang', config.clang_tools_dir).replace('\\', '/') 26 config.name = 'Clang Perf Training' 33 config.substitutions.append( ('%clang_cpp_skip_driver', ' %s %s %s ' % (cc1_wrapper, config.clang, sysroot_flags))) 34 config.substitutions.append( ('%clang_cpp', ' %s --driver-mode=cpp %s ' % (config.clang, sysroot_flags))) 35 config.substitutions.append( ('%clang_skip_driver', ' %s %s %s ' % (cc1_wrapper, config.clang, sysroot_flags))) 36 config.substitutions.append( ('%clang', ' %s %s ' % (config.clang, sysroot_flags) ) )
|
order-files.lit.cfg | 9 # On Darwin, support relocatable SDKs by providing Clang with a 25 config.clang = os.path.realpath(lit.util.which('clang', config.clang_tools_dir)).replace('\\', '/') 27 config.name = 'Clang Perf Training' 35 config.substitutions.append( ('%clang_cpp_skip_driver', ' %s %s --driver-mode=cpp %s ' % (dtrace_wrapper_cc1, config.clang, sysroot_flags))) 36 config.substitutions.append( ('%clang_cpp', ' %s %s --driver-mode=cpp %s ' % (dtrace_wrapper, config.clang, sysroot_flags))) 37 config.substitutions.append( ('%clang_skip_driver', ' %s %s %s ' % (dtrace_wrapper_cc1, config.clang, sysroot_flags))) 38 config.substitutions.append( ('%clang', ' %s %s %s ' % (dtrace_wrapper, config.clang, sysroot_flags) ) )
|
/external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/ |
Build-Mac-Clang-x86_64-Debug-CommandBuffer.json | 10 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug", 19 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer" 34 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer" 43 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug", 44 "--args=cc=\"clang\" cxx=\"clang++\" extra_cflags=[\"-O1\"] target_cpu=\"x86_64\"" 51 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer" 61 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug" 68 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer"
|
/external/skqp/infra/bots/recipe_modules/flavor/examples/full.expected/ |
Build-Mac-Clang-x86_64-Debug-CommandBuffer.json | 10 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug", 18 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer" 33 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer" 42 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug", 43 "--args=cc=\"clang\" cxx=\"clang++\" extra_cflags=[\"-O1\"] target_cpu=\"x86_64\"" 50 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer" 60 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug" 67 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer"
|
/frameworks/compile/slang/ |
slang_diagnostic_buffer.cpp | 19 #include "clang/Basic/SourceLocation.h" 20 #include "clang/Basic/SourceManager.h" 36 clang::DiagnosticsEngine::Level DiagLevel, 37 clang::Diagnostic const &Info) { 38 clang::SourceLocation const &SrcLoc = Info.getLocation(); 49 case clang::DiagnosticsEngine::Note: { 53 case clang::DiagnosticsEngine::Warning: { 57 case clang::DiagnosticsEngine::Error: { 61 case clang::DiagnosticsEngine::Fatal: {
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
AST.h | 18 #include "clang/AST/ASTContext.h" 19 #include "clang/AST/Decl.h" 20 #include "clang/AST/DeclCXX.h" 21 #include "clang/AST/DeclObjC.h" 22 #include "clang/AST/DeclTemplate.h" 23 #include "clang/AST/Expr.h" 24 #include "clang/AST/ExprObjC.h" 25 #include "clang/AST/StmtVisitor.h" 26 #include "clang/AST/Type.h"
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
AST.h | 18 #include "clang/AST/ASTContext.h" 19 #include "clang/AST/Decl.h" 20 #include "clang/AST/DeclCXX.h" 21 #include "clang/AST/DeclObjC.h" 22 #include "clang/AST/DeclTemplate.h" 23 #include "clang/AST/Expr.h" 24 #include "clang/AST/ExprObjC.h" 25 #include "clang/AST/StmtVisitor.h" 26 #include "clang/AST/Type.h"
|
/prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/ |
clang-rename.py | 2 Minimal clang-rename integration with Vim. 6 * clang-rename is in your PATH 7 * `g:clang_rename_path` in ~/.vimrc points to valid clang-rename executable 8 * `binary` in clang-rename.py points to valid to clang-rename executable 12 noremap <leader>cr :pyf <path-to>/clang-rename.py<cr> 26 binary = 'clang-rename' 30 # Get arguments for clang-rename binary. 41 # Call clang-rename.
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
AST.h | 18 #include "clang/AST/ASTContext.h" 19 #include "clang/AST/Decl.h" 20 #include "clang/AST/DeclCXX.h" 21 #include "clang/AST/DeclObjC.h" 22 #include "clang/AST/DeclTemplate.h" 23 #include "clang/AST/Expr.h" 24 #include "clang/AST/ExprObjC.h" 25 #include "clang/AST/StmtVisitor.h" 26 #include "clang/AST/Type.h"
|
/prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/ |
clang-rename.py | 2 Minimal clang-rename integration with Vim. 6 * clang-rename is in your PATH 7 * `g:clang_rename_path` in ~/.vimrc points to valid clang-rename executable 8 * `binary` in clang-rename.py points to valid to clang-rename executable 12 noremap <leader>cr :pyf <path-to>/clang-rename.py<cr> 26 binary = 'clang-rename' 30 # Get arguments for clang-rename binary. 41 # Call clang-rename.
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
AST.h | 18 #include "clang/AST/ASTContext.h" 19 #include "clang/AST/Decl.h" 20 #include "clang/AST/DeclCXX.h" 21 #include "clang/AST/DeclObjC.h" 22 #include "clang/AST/DeclTemplate.h" 23 #include "clang/AST/Expr.h" 24 #include "clang/AST/ExprObjC.h" 25 #include "clang/AST/StmtVisitor.h" 26 #include "clang/AST/Type.h"
|
/prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/ |
clang-rename.py | 2 Minimal clang-rename integration with Vim. 6 * clang-rename is in your PATH 7 * `g:clang_rename_path` in ~/.vimrc points to valid clang-rename executable 8 * `binary` in clang-rename.py points to valid to clang-rename executable 12 noremap <leader>cr :pyf <path-to>/clang-rename.py<cr> 26 binary = 'clang-rename' 30 # Get arguments for clang-rename binary. 41 # Call clang-rename.
|