HomeSort by relevance Sort by last modified time
    Searched full:clang (Results 251 - 275 of 1469) sorted by null

<<11121314151617181920>>

  /external/clang/tools/libclang/
CIndexer.cpp 1 //===- CIndex.cpp - Clang-C Source Indexing Library -----------------------===//
10 // This file implements the Clang-C Source Indexing library.
16 #include "clang/AST/Decl.h"
17 #include "clang/AST/DeclVisitor.h"
18 #include "clang/AST/StmtVisitor.h"
19 #include "clang/Basic/FileManager.h"
20 #include "clang/Basic/SourceManager.h"
21 #include "clang/Basic/Version.h"
22 #include "clang/Sema/CodeCompleteConsumer.h"
46 using namespace clang;
    [all...]
  /external/clang/
Makefile 32 # Common Makefile code, shared by all Clang Makefiles.
44 # Set common Clang build flags.
54 # work with it enabled with GCC), Clang/llvm-gcc don't support it yet, and newer
60 # We can revisit this when LLVM/Clang support it.
63 # Set up Clang's tblgen.
66 CLANG_TBLGEN := $(BuildLLVMToolDir)/clang-tblgen$(BUILD_EXEEXT)
68 CLANG_TBLGEN := $(LLVMToolDir)/clang-tblgen$(EXEEXT)
74 # Clang Top Level specific stuff.
Android.mk 28 include $(LOCAL_PATH)/clang.mk
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 18 #include "clang/Basic/LLVM.h"
22 namespace clang { namespace
62 class parser<clang::ParsedSourceLocation>
63 : public basic_parser<clang::ParsedSourceLocation> {
66 clang::ParsedSourceLocation &Val);
70 parser<clang::ParsedSourceLocation>::
72 clang::ParsedSourceLocation &Val) {
73 using namespace clang;
LogDiagnosticPrinter.h 13 #include "clang/Basic/Diagnostic.h"
14 #include "clang/Basic/SourceLocation.h"
18 namespace clang { namespace
77 } // end namespace clang
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ClangCheckers.h 13 namespace clang { namespace
20 } // end namespace clang
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 21 #include "clang/AST/ASTContext.h"
22 #include "clang/AST/RecordLayout.h"
23 #include "clang/AST/DeclCXX.h"
24 #include "clang/AST/Type.h"
25 #include "clang/Basic/TargetInfo.h"
27 using namespace clang;
67 CXXABI *clang::CreateItaniumCXXABI(ASTContext &Ctx) {
71 CXXABI *clang::CreateARMCXXABI(ASTContext &Ctx) {
DeclGroup.cpp 14 #include "clang/AST/DeclGroup.h"
15 #include "clang/AST/Decl.h"
16 #include "clang/AST/ASTContext.h"
18 using namespace clang;
  /external/clang/lib/Frontend/
ASTMerge.cpp 9 #include "clang/Frontend/ASTUnit.h"
10 #include "clang/Frontend/CompilerInstance.h"
11 #include "clang/Frontend/FrontendActions.h"
12 #include "clang/AST/ASTContext.h"
13 #include "clang/AST/ASTDiagnostic.h"
14 #include "clang/AST/ASTImporter.h"
15 #include "clang/Basic/Diagnostic.h"
17 using namespace clang;
  /external/clang/test/Driver/
ccc-host-triple-no-integrated-as.c 4 // RUN: %clang -### -c -ccc-host-triple i386-pc-win32-macho -no-integrated-as %s 2> %t1
6 // RUN: %clang -### -c -ccc-host-triple x86_64-pc-win32-macho -no-integrated-as %s 2> %t2
ios-simulator-arcruntime.c 1 // RUN: %clang -### -x objective-c -ccc-host-triple i386-apple-darwin10 -arch i386 -mmacosx-version-min=10.6 -D__IPHONE_OS_VERSION_MIN_REQUIRED=40201 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s
2 // RUN: %clang -### -x objective-c -ccc-host-triple i386-apple-darwin10 -arch i386 -mmacosx-version-min=10.6 -D__IPHONE_OS_VERSION_MIN_REQUIRED=50000 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s
mno-global-merge.c 1 // RUN: %clang -ccc-host-triple armv7-apple-darwin10 \
7 // RUN: %clang -ccc-host-triple armv7-apple-darwin10 \
  /external/clang/test/SemaCXX/
address-of.cpp 2 // PR clang/3175
33 // PR clang/3222
libstdcxx_is_pod_hack.cpp 3 // This is a test for an egregious hack in Clang that works around
6 // GCC 4.3 and newer make __is_pod a keyword. Clang treats __is_pod as
  /external/clang/utils/
clangVisualizers.txt 42 clang::Token{
43 preview((clang::tok::TokenKind)(int)$e.Kind)
  /external/clang/bindings/python/tests/cindex/
test_index.py 1 from clang.cindex import *
  /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
  /external/clang/include/clang/Config/
config.h.cmake 19 /* Directories clang will search for headers */
  /external/clang/include/clang/Index/
DeclReferenceMap.h 18 #include "clang/Index/ASTLocation.h"
19 #include "clang/Index/STLExtras.h"
22 namespace clang { namespace
48 } // end clang namespace
  /external/clang/include/clang/Sema/
SemaInternal.h 18 #include "clang/Sema/Sema.h"
19 #include "clang/Sema/SemaDiagnostic.h"
20 #include "clang/AST/ASTContext.h"
22 namespace clang { namespace
  /external/clang/lib/ARCMigrate/
ARCMTActions.cpp 10 #include "clang/ARCMigrate/ARCMTActions.h"
11 #include "clang/ARCMigrate/ARCMT.h"
12 #include "clang/Frontend/CompilerInstance.h"
14 using namespace clang;
  /external/clang/lib/Basic/
LangOptions.cpp 13 #include "clang/Basic/LangOptions.h"
15 using namespace clang;
20 #include "clang/Basic/LangOptions.def"
28 #include "clang/Basic/LangOptions.def"
TokenKinds.cpp 14 #include "clang/Basic/TokenKinds.h"
17 using namespace clang;
22 #include "clang/Basic/TokenKinds.def"
34 #include "clang/Basic/TokenKinds.def"
  /external/clang/lib/Index/
ProgramImpl.h 18 #include "clang/Basic/IdentifierTable.h"
19 #include "clang/Basic/LangOptions.h"
21 namespace clang { namespace
54 } // namespace clang
  /external/clang/lib/StaticAnalyzer/Checkers/
Makefile 1 ##===- clang/lib/Checker/Makefile --------------------------*- Makefile -*-===##
22 $(ObjDir)/Checkers.inc.tmp : Checkers.td $(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include/clang/StaticAnalyzer/Checkers/CheckerBase.td $(CLANG_TBLGEN) $(ObjDir)/.dir
23 $(Echo) "Building Clang SA Checkers tables with tblgen"
24 $(Verb) $(ClangTableGen) -gen-clang-sa-checkers -I $(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include -o $(call SYSPATH, $@) $<

Completed in 1095 milliseconds

<<11121314151617181920>>