HomeSort by: relevance | last modified time | path
    Searched defs:clang (Results 1 - 25 of 907) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/
DirectoryScanner.h 9 #include "clang/DirectoryWatcher/DirectoryWatcher.h"
14 namespace clang { namespace
29 } // namespace clang
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContextAllocate.h 19 namespace clang { namespace
23 } // namespace clang
26 void *operator new(size_t Bytes, const clang::ASTContext &C,
28 void *operator new[](size_t Bytes, const clang::ASTContext &C,
34 void operator delete(void *Ptr, const clang::ASTContext &C, size_t);
35 void operator delete[](void *Ptr, const clang::ASTContext &C, size_t);
ASTDiagnostic.h 12 #include "clang/Basic/Diagnostic.h"
13 #include "clang/Basic/DiagnosticAST.h"
15 namespace clang { namespace
34 } // end namespace clang
ComputeDependence.h 16 #include "clang/AST/DependenceFlags.h"
17 #include "clang/Basic/ExceptionSpecificationType.h"
20 namespace clang { namespace
195 } // namespace clang
ASTImporterLookupTable.h 17 #include "clang/AST/DeclBase.h" // lookup_result
18 #include "clang/AST/DeclarationName.h"
22 namespace clang { namespace
72 } // namespace clang
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
IssueHash.h 13 namespace clang { namespace
47 } // namespace clang
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
BitmaskEnum.h 11 /// namespace clang.
20 namespace clang { namespace
TargetID.h 17 namespace clang { namespace
54 } // namespace clang
Version.h 1 //===- Version.h - Clang Version Number -------------------------*- C++ -*-===//
11 /// for Clang.
18 #include "clang/Basic/Version.inc"
21 namespace clang { namespace
23 /// identifies the particular Clang branch, tag, or trunk from which this
24 /// Clang was built.
29 /// This supports LLVM residing in a separate repository from clang.
33 /// this Clang was built.
39 /// If Clang and LLVM are in the same repository, this returns the same
47 /// Retrieves a string representing the complete clang version
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTConsumers.h 16 #include "clang/AST/ASTDumperUtils.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
53 } // end clang namespace
FrontendPluginRegistry.h 16 #include "clang/Frontend/FrontendAction.h"
19 namespace clang { namespace
24 } // namespace clang
  /src/external/apache2/llvm/dist/clang/include/clang/FrontendTool/
Utils.h 19 namespace clang { namespace
34 bool ExecuteCompilerInvocation(CompilerInstance *Clang);
36 } // end namespace clang
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorExcludedConditionalDirectiveSkipMapping.h 12 #include "clang/Basic/LLVM.h"
16 namespace clang { namespace
28 } // end namespace clang
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
ParseAST.h 9 // This file defines the clang::ParseAST method.
16 #include "clang/Basic/LangOptions.h"
18 namespace clang { namespace
49 } // end namespace clang
  /src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h 16 #include "clang/Basic/LLVM.h"
20 namespace clang { namespace
46 } // end clang namespace
Rewriters.h 16 #include "clang/Basic/LLVM.h"
18 namespace clang { namespace
32 } // end namespace clang
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
Dominators.cpp 1 //===- Dominators.cpp - Implementation of dominators tree for Clang CFG ---===//
9 #include "clang/Analysis/Analyses/Dominators.h"
11 namespace clang { namespace
19 } // end of namespace clang
  /src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticOptions.cpp 13 #include "clang/Basic/DiagnosticOptions.h"
17 namespace clang { namespace
24 } // namespace clang
OperatorPrecedence.cpp 13 #include "clang/Basic/OperatorPrecedence.h"
15 namespace clang { namespace
77 } // namespace clang
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
PtrTypesSemantics.h 14 namespace clang { namespace
31 llvm::Optional<const clang::CXXRecordDecl *>
32 isRefCountable(const clang::CXXBaseSpecifier *Base);
36 llvm::Optional<bool> isRefCountable(const clang::CXXRecordDecl *Class);
39 bool isRefCounted(const clang::CXXRecordDecl *Class);
43 llvm::Optional<bool> isUncounted(const clang::CXXRecordDecl *Class);
47 llvm::Optional<bool> isUncountedPtr(const clang::Type *T);
51 bool isCtorOfRefCounted(const clang::FunctionDecl *F);
54 llvm::Optional<bool> isGetterOfRefCounted(const clang::CXXMethodDecl *Method);
60 } // namespace clang
    [all...]
  /src/sys/modules/ffs/
Makefile 11 CWARNFLAGS.clang= -Wno-conversion
  /src/sys/modules/null/
Makefile 10 CWARNFLAGS.clang= -Wno-conversion
  /src/sys/modules/overlay/
Makefile 10 CWARNFLAGS.clang= -Wno-conversion
  /src/sys/modules/ufs/
Makefile 10 CWARNFLAGS.clang= -Wno-conversion
  /src/external/apache2/llvm/dist/clang/include/clang/APINotes/
APINotesYAMLCompiler.h 15 namespace clang { namespace
22 } // namespace clang

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011>>