HomeSort by: relevance | last modified time | path
    Searched defs:Include (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Inclusions/
HeaderIncludes.h 12 #include "clang/Basic/SourceManager.h"
13 #include "clang/Tooling/Core/Replacement.h"
14 #include "clang/Tooling/Inclusions/IncludeStyle.h"
15 #include "llvm/Support/Path.h"
16 #include "llvm/Support/Regex.h"
17 #include <unordered_map>
22 /// This class manages priorities of C++ #include categories and calculates
25 /// include sorting functions are also moved here.
46 /// Generates replacements for inserting or deleting #include directives in a
53 /// Inserts an #include directive of \p Header into the code. If \p IsAngle
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
MSVC.h 12 #include "AMDGPU.h"
13 #include "Cuda.h"
14 #include "clang/Basic/DebugInfoOptions.h"
15 #include "clang/Driver/Compilation.h"
16 #include "clang/Driver/Tool.h"
17 #include "clang/Driver/ToolChain.h"
74 Include,
Gnu.cpp 9 #include "Gnu.h"
10 #include "Arch/ARM.h"
11 #include "Arch/Mips.h"
12 #include "Arch/PPC.h"
13 #include "Arch/RISCV.h"
14 #include "Arch/Sparc.h"
15 #include "Arch/SystemZ.h"
16 #include "CommonArgs.h"
17 #include "Linux.h"
18 #include "clang/Config/config.h" // for GCC_INSTALL_PREFI
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
cond.h 13 #include "ast_node.h"
14 #include "globals.h"
15 #include "visitor.h"
25 enum Include
28 INCLUDEyes, /// include the conditional code
29 INCLUDEno /// do not include the conditional code
36 Include inc;
39 virtual int include(Scope *sc) = 0;
74 int include(Scope *sc);
85 int include(Scope *sc)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceFileWriter.h 16 #include "ResourceScriptStmt.h"
17 #include "ResourceVisitor.h"
19 #include "llvm/Support/Endian.h"
37 std::vector<std::string> Include; // Additional folders to search for files.
38 bool NoInclude; // Ignore the INCLUDE variable.
  /src/external/gpl3/binutils/dist/gprofng/src/
Stabs.h 24 #include "dbe_structs.h"
25 #include "vec.h"
47 class Include {
53 Include();
54 ~Include();
Stabs.cc 21 #include "config.h"
22 #include <sys/param.h>
24 #include "util.h"
25 #include "Elf.h"
26 #include "Dwarf.h"
27 #include "stab.h"
28 #include "DbeSession.h"
29 #include "CompCom.h"
30 #include "Stabs.h"
31 #include "LoadObject.h
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Stabs.h 24 #include "dbe_structs.h"
25 #include "vec.h"
47 class Include {
53 Include();
54 ~Include();
Stabs.cc 21 #include "config.h"
22 #include <sys/param.h>
24 #include "util.h"
25 #include "Elf.h"
26 #include "Dwarf.h"
27 #include "stab.h"
28 #include "DbeSession.h"
29 #include "CompCom.h"
30 #include "Stabs.h"
31 #include "LoadObject.h
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessingRecord.h 17 #include "clang/Basic/IdentifierTable.h"
18 #include "clang/Basic/LLVM.h"
19 #include "clang/Basic/SourceLocation.h"
20 #include "clang/Lex/PPCallbacks.h"
21 #include "llvm/ADT/DenseMap.h"
22 #include "llvm/ADT/None.h"
23 #include "llvm/ADT/Optional.h"
24 #include "llvm/ADT/PointerUnion.h"
25 #include "llvm/ADT/StringRef.h"
26 #include "llvm/ADT/iterator.h
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGLexer.h 16 #include "llvm/ADT/StringRef.h"
17 #include "llvm/ADT/StringSet.h"
18 #include "llvm/Support/DataTypes.h"
19 #include "llvm/Support/SMLoc.h"
20 #include <cassert>
21 #include <memory>
22 #include <set>
23 #include <string>
24 #include <vector>
51 FalseKW, Field, Foreach, If, In, Include, Int, Let, List, MultiClass
    [all...]

Completed in 24 milliseconds