reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
static_library("find-all-symbols") {
  output_name = "findAllSymbols"
  configs += [ "//llvm/utils/gn/build:clang_code" ]
  deps = [
    "//clang/lib/AST",
    "//clang/lib/ASTMatchers",
    "//clang/lib/Basic",
    "//clang/lib/Frontend",
    "//clang/lib/Lex",
    "//clang/lib/Tooling",
    "//llvm/lib/Support",
  ]
  sources = [
    "FindAllMacros.cpp",
    "FindAllSymbols.cpp",
    "FindAllSymbolsAction.cpp",
    "HeaderMapCollector.cpp",
    "PathConfig.cpp",
    "PragmaCommentHandler.cpp",
    "STLPostfixHeaderMap.cpp",
    "SymbolInfo.cpp",
  ]
}