OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Clang
(Results
1 - 22
of
22
) sorted by null
/external/clang/include/clang/FrontendTool/
Utils.h
18
namespace
clang
{
namespace
26
bool ExecuteCompilerInvocation(CompilerInstance *
Clang
);
28
} // end namespace
clang
/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
/StaticAnalyzer/Frontend/FrontendActions.h"
17
#include "
clang
/ARCMigrate/ARCMTActions.h"
18
#include "
clang
/CodeGen/CodeGenAction.h"
19
#include "
clang
/Driver/CC1Options.h"
20
#include "
clang
/Driver/OptTable.h"
21
#include "
clang
/Frontend/CompilerInvocation.h"
22
#include "
clang
/Frontend/CompilerInstance.h"
23
#include "
clang
/Frontend/FrontendActions.h
[
all
...]
/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
16
#include "
clang
/Driver/Arg.h"
17
#include "
clang
/Driver/ArgList.h"
18
#include "
clang
/Driver/CC1Options.h"
19
#include "
clang
/Driver/DriverDiagnostic.h"
20
#include "
clang
/Driver/OptTable.h"
21
#include "
clang
/Frontend/CompilerInstance.h"
22
#include "
clang
/Frontend/CompilerInvocation.h"
23
#include "
clang
/Frontend/FrontendDiagnostic.h
[
all
...]
/external/clang/lib/Serialization/
ChainedIncludesSource.cpp
15
#include "
clang
/Serialization/ChainedIncludesSource.h"
16
#include "
clang
/Serialization/ASTReader.h"
17
#include "
clang
/Serialization/ASTWriter.h"
18
#include "
clang
/Frontend/TextDiagnosticPrinter.h"
19
#include "
clang
/Frontend/CompilerInstance.h"
20
#include "
clang
/Frontend/ASTUnit.h"
21
#include "
clang
/Parse/ParseAST.h"
22
#include "
clang
/Lex/Preprocessor.h"
23
#include "
clang
/Basic/TargetInfo.h"
26
using namespace
clang
;
[
all
...]
/external/clang/test/Preprocessor/
feature_tests.c
17
#error
Clang
should have these
21
#error
Clang
should not have this
/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
/Driver/Compilation.h"
12
#include "
clang
/Driver/Driver.h"
13
#include "
clang
/Driver/Tool.h"
14
#include "
clang
/Frontend/CompilerInvocation.h"
15
#include "
clang
/Frontend/CompilerInstance.h"
16
#include "
clang
/Frontend/DiagnosticOptions.h"
17
#include "
clang
/Frontend/FrontendDiagnostic.h
[
all
...]
/external/clang/include/clang/Frontend/
DiagnosticOptions.h
13
#include "
clang
/Basic/Diagnostic.h"
18
namespace
clang
{
namespace
42
enum TextDiagnosticFormat {
Clang
, Msvc, Vi };
92
Format =
Clang
;
102
} // end namespace
clang
/external/clang/lib/Frontend/
ASTUnit.cpp
14
#include "
clang
/Frontend/ASTUnit.h"
15
#include "
clang
/AST/ASTContext.h"
16
#include "
clang
/AST/ASTConsumer.h"
17
#include "
clang
/AST/DeclVisitor.h"
18
#include "
clang
/AST/TypeOrdering.h"
19
#include "
clang
/AST/StmtVisitor.h"
20
#include "
clang
/Driver/Compilation.h"
21
#include "
clang
/Driver/Driver.h"
22
#include "
clang
/Driver/Job.h"
23
#include "
clang
/Driver/ArgList.h
[
all
...]
TextDiagnostic.cpp
10
#include "
clang
/Frontend/TextDiagnostic.h"
11
#include "
clang
/Basic/FileManager.h"
12
#include "
clang
/Basic/SourceManager.h"
13
#include "
clang
/Frontend/DiagnosticOptions.h"
14
#include "
clang
/Lex/Lexer.h"
20
using namespace
clang
;
608
case DiagnosticOptions::
Clang
: OS << ':' << LineNo; break;
624
case DiagnosticOptions::
Clang
:
[
all
...]
CompilerInvocation.cpp
10
#include "
clang
/Frontend/CompilerInvocation.h"
11
#include "
clang
/Basic/Diagnostic.h"
12
#include "
clang
/Basic/Version.h"
13
#include "
clang
/Basic/FileManager.h"
14
#include "
clang
/Driver/Arg.h"
15
#include "
clang
/Driver/ArgList.h"
16
#include "
clang
/Driver/CC1Options.h"
17
#include "
clang
/Driver/DriverDiagnostic.h"
18
#include "
clang
/Driver/OptTable.h"
19
#include "
clang
/Driver/Option.h
[
all
...]
/external/clang/tools/scan-build/
c++-analyzer
29
my $
Clang
;
35
$
Clang
= $ENV{'CLANG_CXX'};
36
if (!defined $
Clang
) { $
Clang
= '
clang
++'; }
42
$
Clang
= $ENV{'
CLANG
'};
43
if (!defined $
Clang
) { $
Clang
= '
clang
'; }
[
all
...]
ccc-analyzer
29
my $
Clang
;
35
$
Clang
= $ENV{'CLANG_CXX'};
36
if (!defined $
Clang
) { $
Clang
= '
clang
++'; }
42
$
Clang
= $ENV{'
CLANG
'};
43
if (!defined $
Clang
) { $
Clang
= '
clang
'; }
[
all
...]
scan-build
64
Diag (" http://
clang
-analyzer.llvm.org/filing_bugs.html\n")
80
# Some initial preprocessing of
Clang
options.
83
# Find '
clang
'
84
my $ClangSB = Cwd::realpath("$RealBin/bin/
clang
");
86
$ClangSB = Cwd::realpath("$RealBin/
clang
");
88
my $
Clang
;
90
# Default to looking for '
clang
' in the path.
91
$
Clang
= `which
clang
`;
92
chomp $
Clang
;
[
all
...]
/external/clang/docs/tools/
Makefile
44
$(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/
clang
/Basic/Version.inc))
73
pod2man --release "
clang
$(CLANG_VERSION)" --center="
Clang
Tools Documentation" $< $@
88
HTML_DIR := $(DESTDIR)$(PROJ_docsdir)/html/
clang
93
$(Echo) Installing HTML
Clang
Tools Documentation
99
$(Echo) Installing MAN
Clang
Tools Documentation
104
$(Echo) Installing PS
Clang
Tools Documentation
111
$(Echo) Uninstalling
Clang
Tools Documentation
/external/clang/
gen_diff.sh
7
echo This will generate a diff of both
Clang
and LLVM in the files
44
BASE_CLANG_DIR=$BASE_LLVM_DIR/tools/
clang
/external/clang/include/clang/
Makefile
7
$(Echo) Installing
Clang
include files
9
$(Verb) if test -d "$(PROJ_SRC_ROOT)/tools/
clang
/include/
clang
" ; then \
10
cd $(PROJ_SRC_ROOT)/tools/
clang
/include && \
11
for hdr in `find
clang
-type f \
27
$(Verb) if test -d "$(PROJ_OBJ_ROOT)/tools/
clang
/include/
clang
" ; then \
28
cd $(PROJ_OBJ_ROOT)/tools/
clang
/include && \
29
for hdr in `find
clang
-type f \
/external/clang/include/clang-c/
Makefile
7
$(Echo) Installing
Clang
C API include files
9
$(Verb) if test -d "$(PROJ_SRC_ROOT)/tools/
clang
/include/
clang
-c" ; then \
10
cd $(PROJ_SRC_ROOT)/tools/
clang
/include && \
11
for hdr in `find
clang
-c -type f '!' '(' -name '*~' \
24
$(Verb) if test -d "$(PROJ_OBJ_ROOT)/tools/
clang
/include/
clang
-c" ; then \
25
cd $(PROJ_OBJ_ROOT)/tools/
clang
/include && \
26
for hdr in `find
clang
-c -type f '!' '(' -name 'Makefile' ')' -print \
/external/clang/lib/Driver/
Tools.h
13
#include "
clang
/Driver/Tool.h"
14
#include "
clang
/Driver/Types.h"
15
#include "
clang
/Driver/Util.h"
20
namespace
clang
{
namespace
30
/// \brief
Clang
compiler tool.
31
class LLVM_LIBRARY_VISIBILITY
Clang
: public Tool {
45
Clang
(const ToolChain &TC) : Tool("
clang
", "
clang
frontend", TC) {}
58
/// \brief
Clang
integrated assembler tool
[
all
...]
ToolChains.cpp
13
# include "
clang
/Config/config.h"
16
#include "
clang
/Driver/Arg.h"
17
#include "
clang
/Driver/ArgList.h"
18
#include "
clang
/Driver/Compilation.h"
19
#include "
clang
/Driver/Driver.h"
20
#include "
clang
/Driver/DriverDiagnostic.h"
21
#include "
clang
/Driver/HostInfo.h"
22
#include "
clang
/Driver/ObjCRuntime.h"
23
#include "
clang
/Driver/OptTable.h"
24
#include "
clang
/Driver/Option.h
[
all
...]
Tools.cpp
12
#include "
clang
/Driver/Action.h"
13
#include "
clang
/Driver/Arg.h"
14
#include "
clang
/Driver/ArgList.h"
15
#include "
clang
/Driver/Driver.h"
16
#include "
clang
/Driver/DriverDiagnostic.h"
17
#include "
clang
/Driver/Compilation.h"
18
#include "
clang
/Driver/Job.h"
19
#include "
clang
/Driver/HostInfo.h"
20
#include "
clang
/Driver/ObjCRuntime.h"
21
#include "
clang
/Driver/Option.h
[
all
...]
/external/clang/test/Misc/
warning-flags.c
11
(2) It prevents us adding new warnings to
Clang
that have no -W flag. All
/external/v8/tools/gcmole/
gcmole.lua
29
-- Usage: CLANG_BIN=
clang
-bin-dir lua tools/gcmole/gcmole.lua [arm|ia32|x64]
44
--
Clang
invocation
53
return CLANG_BIN .. "/
clang
-cc1 -load " .. DIR .. "/libgcmole.so"
Completed in 4463 milliseconds