OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clang
(Results
1 - 25
of
564
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/include/clang/Frontend/
ASTConsumers.h
17
#include "
clang
/Basic/LLVM.h"
20
namespace
clang
{
namespace
32
//
clang
could re-parse the output back into the same AST, but the
56
} // end
clang
namespace
FrontendPluginRegistry.h
13
#include "
clang
/Frontend/FrontendAction.h"
17
extern template class llvm::Registry<
clang
::PluginASTAction>;
19
namespace
clang
{
namespace
24
} // end namespace
clang
MigratorOptions.h
18
namespace
clang
{
namespace
PreprocessorOutputOptions.h
13
namespace
clang
{
namespace
39
} // end namespace
clang
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/FrontendTool/
Utils.h
18
namespace
clang
{
namespace
26
bool ExecuteCompilerInvocation(CompilerInstance *
Clang
);
28
} // end namespace
clang
/external/clang/include/clang/Parse/
ParseAST.h
10
// This file defines the
clang
::ParseAST method.
17
#include "
clang
/Basic/LangOptions.h"
19
namespace
clang
{
namespace
47
} // end namespace
clang
/external/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h
17
#include "
clang
/Basic/LLVM.h"
21
namespace
clang
{
namespace
46
} // end
clang
namespace
Rewriters.h
17
#include "
clang
/Basic/LLVM.h"
19
namespace
clang
{
namespace
33
} // end namespace
clang
/external/clang/include/clang/Sema/
SemaLambda.h
18
#include "
clang
/AST/ASTLambda.h"
19
#include "
clang
/Sema/ScopeInfo.h"
20
namespace
clang
{
namespace
34
} //
clang
CodeCompleteOptions.h
13
namespace
clang
{
namespace
38
} // namespace
clang
/external/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h
14
namespace
clang
{
namespace
49
} // namespace
clang
/external/clang/lib/Basic/
DiagnosticOptions.cpp
14
#include "
clang
/Basic/DiagnosticOptions.h"
17
namespace
clang
{
namespace
24
} // end namespace
clang
OperatorPrecedence.cpp
14
#include "
clang
/Basic/OperatorPrecedence.h"
16
namespace
clang
{
namespace
76
} // namespace
clang
/external/clang/tools/clang-format/
clang-format.el
0
;;;
clang
-format.el --- Format code using
clang
-format
8
;; This package allows to filter code through
clang
-format to fix its formatting.
9
;;
clang
-format is a tool that formats C/C++/Obj-C code according to a set of
10
;; style options, see <http://
clang
.llvm.org/docs/ClangFormatStyleOptions.html>.
11
;; Note that
clang
-format 3.4 or newer is required.
13
;;
clang
-format.el is available via MELPA and can be installed via
15
;; M-x package-install
clang
-format
21
;; (require '
clang
-format)
25
;; You may also want to bind `
clang
-format-region' to a key
[
all
...]
/external/clang/include/clang/Analysis/
CodeInjector.h
11
/// \brief Defines the
clang
::CodeInjector interface which is responsible for
20
namespace
clang
{
namespace
/external/clang/include/clang/Basic/
FileSystemOptions.h
11
/// \brief Defines the
clang
::FileSystemOptions interface.
20
namespace
clang
{
namespace
30
} // end namespace
clang
LLVM.h
12
///
clang
wants to use unqualified.
53
namespace
clang
{
namespace
81
} // end namespace
clang
.
OperatorKinds.h
18
namespace
clang
{
namespace
26
#include "
clang
/Basic/OperatorKinds.def"
34
} // end namespace
clang
/external/clang/include/clang/CodeGen/
ModuleBuilder.h
17
#include "
clang
/AST/ASTConsumer.h"
25
namespace
clang
{
namespace
/external/clang/include/clang/Edit/
Rewriters.h
14
namespace
clang
{
namespace
39
} // end namespace
clang
/external/clang/include/clang/Index/
USRGeneration.h
13
#include "
clang
/Basic/LLVM.h"
16
namespace
clang
{
namespace
59
} // namespace
clang
/external/clang/include/clang/Lex/
ExternalPreprocessorSource.h
17
namespace
clang
{
namespace
/external/clang/include/clang/Rewrite/Core/
DeltaTree.h
19
namespace
clang
{
namespace
48
} // end namespace
clang
HTMLRewrite.h
18
#include "
clang
/Basic/SourceLocation.h"
21
namespace
clang
{
namespace
79
} // end
clang
namespace
Completed in 927 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>