HomeSort by relevance Sort by last modified time
    Searched defs:clang (Results 26 - 50 of 383) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/lib/AST/
CXXABI.h 18 #include "clang/AST/Type.h"
20 namespace clang { namespace
  /external/clang/lib/CodeGen/
CGBuilder.h 15 namespace clang { namespace
26 } // end namespace clang
CGCUDARuntime.h 19 namespace clang { namespace
CGOpenCLRuntime.h 19 namespace clang { namespace
  /external/clang/lib/Sema/
TargetAttributesSema.h 13 namespace clang { namespace
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.h 18 #include "clang/Basic/LLVM.h"
21 namespace clang { namespace
41 } // end clang namespace
  /external/clang/tools/libclang/
CXType.h 17 #include "clang-c/Index.h"
18 #include "clang/AST/Type.h"
20 namespace clang { namespace
28 }} // end namespace clang::cxtype
CIndexDiagnostic.h 10 |* Implements the diagnostic functions of the Clang C interface. *|
16 namespace clang { namespace
31 } // end namespace clang
  /external/clang/utils/
clang-completion-mode.el 0 ;;; Clang Code-Completion minor mode, for use with C/Objective-C/C++.
5 ;; This minor mode uses Clang's command line interface for code
7 ;; and C++ source files. When enabled, Clang will provide
10 ;; space), Clang will provide the names of all structs visible from
12 ;; Clang will provide the names of all of the members of whatever
15 ;; completion based on Clang. It needs your help to make it better!
17 ;; To use the Clang code completion mode, first make sure that the
18 ;; "clang" variable below refers to the "clang" executable,
20 ;; clang-completion-mode.el somewhere in your Emacs load path. You ca
50 (defcustom clang "clang" function
    [all...]
  /external/clang/include/clang/Basic/
ExpressionTraits.h 17 namespace clang { namespace
Version.h 1 //===- Version.h - Clang Version Number -------------------------*- C++ -*-===//
11 // for Clang.
20 #include "clang/Basic/Version.inc"
29 /// \brief A string that describes the Clang version number, e.g.,
37 /// \brief A string that describes the Clang version number, e.g.,
43 namespace clang { namespace
45 /// identifies the particular Clang branch, tag, or trunk from which this
46 /// Clang was built.
50 /// this Clang was built.
57 /// \brief Retrieves a string representing the complete clang version
    [all...]
DiagnosticCategories.h 13 namespace clang { namespace
18 #include "clang/Basic/DiagnosticGroups.inc"
24 } // end namespace clang
OpenCL.h 17 namespace clang { namespace
  /external/clang/include/clang/Driver/
Util.h 13 #include "clang/Basic/LLVM.h"
15 namespace clang { namespace
26 } // end namespace clang
  /external/clang/include/clang/Index/
Program.h 17 namespace clang { namespace
43 } // namespace clang
  /external/clang/include/clang/Sema/
ObjCMethodList.h 17 namespace clang { namespace
  /external/clang/lib/StaticAnalyzer/Checkers/
ClangSACheckers.h 18 namespace clang { namespace
33 } // end clang namespace
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.h 17 #include "clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h"
18 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
20 namespace clang { namespace
91 } // end clang namespace
  /external/clang/include/clang/AST/
ASTDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
15 namespace clang { namespace
21 #include "clang/Basic/DiagnosticASTKinds.inc"
48 } // end namespace clang
SelectorLocationsKind.h 18 #include "clang/Basic/LLVM.h"
20 namespace clang { namespace
81 } // end namespace clang
  /external/clang/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 11 // analysis based on Clang's CFGs. Clients can query if a given basic block
22 namespace clang { namespace
PseudoConstantAnalysis.h 19 #include "clang/AST/Stmt.h"
21 namespace clang { namespace
ReachableCode.h 17 #include "clang/Basic/SourceLocation.h"
27 namespace clang { namespace
36 namespace clang { namespace
53 }} // end namespace clang::reachable_code
  /external/clang/include/clang/Analysis/
AnalysisDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
15 namespace clang { namespace
21 #include "clang/Basic/DiagnosticAnalysisKinds.inc"
26 } // end namespace clang
CFGStmtMap.h 18 #include "clang/Analysis/CFG.h"
20 namespace clang { namespace
51 } // end clang namespace

Completed in 784 milliseconds

12 3 4 5 6 7 8 91011>>