/external/clang/include/clang/FrontendTool/ |
Utils.h | 18 namespace clang { namespace 26 bool ExecuteCompilerInvocation(CompilerInstance *Clang); 28 } // end namespace clang
|
/external/clang/tools/driver/ |
cc1_main.cpp | 1 //===-- cc1_main.cpp - Clang CC1 Compiler Frontend ------------------------===// 10 // This is the entry point to the clang -cc1 functionality, which implements the 17 #include "clang/CodeGen/ObjectFilePCHContainerOperations.h" 18 #include "clang/Driver/DriverDiagnostic.h" 19 #include "clang/Driver/Options.h" 20 #include "clang/Frontend/CompilerInstance.h" 21 #include "clang/Frontend/CompilerInvocation.h" 22 #include "clang/Frontend/FrontendDiagnostic.h" 23 #include "clang/Frontend/TextDiagnosticBuffer.h" 24 #include "clang/Frontend/TextDiagnosticPrinter.h [all...] |
/external/clang/lib/Frontend/ |
ChainedIncludesSource.cpp | 15 #include "clang/Basic/TargetInfo.h" 16 #include "clang/Frontend/ASTUnit.h" 17 #include "clang/Frontend/CompilerInstance.h" 18 #include "clang/Frontend/TextDiagnosticPrinter.h" 19 #include "clang/Lex/Preprocessor.h" 20 #include "clang/Parse/ParseAST.h" 21 #include "clang/Serialization/ASTReader.h" 22 #include "clang/Serialization/ASTWriter.h" 25 using namespace clang; 115 IntrusiveRefCntPtr<ExternalSemaSource> clang::createChainedIncludesSource [all...] |
ASTUnit.cpp | 14 #include "clang/Frontend/ASTUnit.h" 15 #include "clang/AST/ASTConsumer.h" 16 #include "clang/AST/ASTContext.h" 17 #include "clang/AST/DeclVisitor.h" 18 #include "clang/AST/StmtVisitor.h" 19 #include "clang/AST/TypeOrdering.h" 20 #include "clang/Basic/Diagnostic.h" 21 #include "clang/Basic/TargetInfo.h" 22 #include "clang/Basic/TargetOptions.h" 23 #include "clang/Basic/VirtualFileSystem.h 1266 namespace clang { namespace [all...] |
/external/clang/lib/FrontendTool/ |
ExecuteCompilerInvocation.cpp | 11 // minimize the impact of pulling in essentially everything else in Clang. 15 #include "clang/FrontendTool/Utils.h" 16 #include "clang/ARCMigrate/ARCMTActions.h" 17 #include "clang/CodeGen/CodeGenAction.h" 18 #include "clang/Driver/Options.h" 19 #include "clang/Frontend/CompilerInstance.h" 20 #include "clang/Frontend/CompilerInvocation.h" 21 #include "clang/Frontend/FrontendActions.h" 22 #include "clang/Frontend/FrontendDiagnostic.h" 23 #include "clang/Frontend/FrontendPluginRegistry.h [all...] |
/external/clang/examples/clang-interpreter/ |
main.cpp | 1 //===-- examples/clang-interpreter/main.cpp - Clang C Interpreter Example -===// 10 #include "clang/CodeGen/CodeGenAction.h" 11 #include "clang/Basic/DiagnosticOptions.h" 12 #include "clang/Driver/Compilation.h" 13 #include "clang/Driver/Driver.h" 14 #include "clang/Driver/Tool.h" 15 #include "clang/Frontend/CompilerInstance.h" 16 #include "clang/Frontend/CompilerInvocation.h" 17 #include "clang/Frontend/FrontendDiagnostic.h [all...] |
/external/clang/tools/scan-build/libexec/ |
ccc-analyzer | 67 my $Clang; 77 $DefaultCCompiler = 'clang'; 78 $DefaultCXXCompiler = 'clang++'; 93 $Clang = $ENV{'CLANG_CXX'}; 94 if (!defined $Clang || ! -x $Clang) { $Clang = 'clang++'; } 102 $Clang = $ENV{'CLANG'}; [all...] |
/external/clang/test/Preprocessor/ |
feature_tests.c | 19 #error Clang should have these 23 #error Clang should not have this
|
/external/catch2/examples/ |
CMakeLists.txt | 144 if ( CMAKE_CXX_COMPILER_ID MATCHES "Clang|AppleClang|GNU" ) 147 # Clang specific warning go here 148 if ( CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
|
/external/clang/tools/scan-build/bin/ |
scan-build | 106 Diag (" http://clang-analyzer.llvm.org/filing_bugs.html\n") 137 # Declaration of Clang options. Populated later. 140 my $Clang; 220 # clang driver. Set the run number to 1. 544 # The name of the file is generated by clang binary (HTMLDiagnostics.cpp) 672 <tr><th>Clang Version:</th><td>${ClangVersion}</td></tr> 858 $ppfile_clang =~ s/[.](.+)$/.clang.$1/; 885 $ppfile_clang =~ s/[.](.+)$/.clang.$1/; 890 print OUT "<p>Please consider submitting preprocessed files as <a href=\"http://clang-analyzer.llvm.org/filing_bugs.html\">bug reports</a>. <!-- REPORTCRASHES --> </p>\n"; 942 foreach my $var ('CC', 'CXX', 'CLANG', 'CLANG_CXX' [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticOptions.h | 13 #include "clang/Basic/LLVM.h" 19 namespace clang { namespace 63 enum TextDiagnosticFormat { Clang, MSVC, Vi }; 75 #include "clang/Basic/DiagnosticOptions.def" 82 #include "clang/Basic/DiagnosticOptions.def" 105 #include "clang/Basic/DiagnosticOptions.def" 110 #include "clang/Basic/DiagnosticOptions.def" 116 } // end namespace clang
|
/external/clang/unittests/libclang/ |
LibclangTest.cpp | 10 #include "clang-c/Index.h" 484 std::string Clang = "bin/clang"; 485 WriteFile(Clang, ""); 487 const char *Argv[] = {Clang.c_str(), "-target", "arm-linux-gnueabi",
|
/external/catch2/projects/ExtraTests/ |
CMakeLists.txt | 58 $<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:GNU>,$<CXX_COMPILER_ID:AppleClang>>:-fno-exceptions> 59 # $<$<CXX_COMPILER_ID:Clang>:-fno-exceptions>
|
/external/clang/soong/ |
clang.go | 15 package clang package 24 // Clang binaries (clang, clang-check, clang-format) need to be compiled for both 32-bit and 64-bit,
|
/external/clang/docs/ |
make.bat | 102 echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Clang.qhcp 104 echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Clang.ghc
|
/external/clang/lib/Driver/ |
ToolChain.cpp | 11 #include "clang/Basic/ObjCRuntime.h" 12 #include "clang/Config/config.h" 13 #include "clang/Driver/Action.h" 14 #include "clang/Driver/Driver.h" 15 #include "clang/Driver/DriverDiagnostic.h" 16 #include "clang/Driver/Options.h" 17 #include "clang/Driver/SanitizerArgs.h" 18 #include "clang/Driver/ToolChain.h" 29 using namespace clang::driver; 30 using namespace clang::driver::tools [all...] |
/external/clang/utils/analyzer/ |
SATestBuild.py | 144 # Find Clang for static analysis. 145 Clang = which("clang", os.environ['PATH']) 146 if not Clang: 147 print "Error: cannot find 'clang' in PATH" 288 SBOptions = "--use-analyzer '%s' " % Clang 349 CmdPrefix = Clang + " -cc1 " 699 Parser = argparse.ArgumentParser(description='Test the Clang Static Analyzer.')
|
/build/soong/cc/config/ |
arm_device.go | 80 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang 92 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang 101 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang 110 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang 119 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang 128 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang 137 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang 145 // even though clang does. 148 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang 155 // Use cortex-a53 because kryo385 is not supported in GCC/clang [all...] |
mips64_device.go | 65 // Clang cflags
|
mips_device.go | 100 // Clang cflags
|
x86_64_device.go | 102 // Clang cflags
|
/external/tensorflow/tensorflow/tools/ci_build/ |
ci_sanity.sh | 509 CLANG_FORMAT=${CLANG_FORMAT:-clang-format-3.8} 516 echo File $filename is not properly formatted with "clang-format "\ 522 echo Clang format check fails. 525 echo Clang format check success.
|
/build/soong/cc/ |
object.go | 46 // Clang's address-significance tables are incompatible with ld -r.
|
/external/clang/test/Misc/ |
warning-flags.c | 12 (2) It prevents us adding new warnings to Clang that have no -W flag. All
|
/external/llvm/utils/release/ |
build_llvm_package.bat | 13 REM Visual Studio 2013 SDK (for the clang-format plugin).
29 echo Clang format plugin version: %clang_format_vs_version%
39 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/cfe/%branch% llvm/tools/clang || exit /b
40 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/clang-tools-extra/%branch% llvm/tools/clang/tools/extra || exit /b
59 ninja check-clang || exit /b
64 set CC=..\build32_stage0\bin\clang-cl
65 set CXX=..\build32_stage0\bin\clang-cl
69 ninja check-clang || exit /b
70 copy ..\llvm\tools\clang\tools\clang-format-vs\ClangFormat\bin\Release\ClangFormat.vsix ClangFormat-r%revision%.vsix [all...] |