Home
last modified time | relevance | path

Searched refs:JSONAnchorSource (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DCompilationDatabase.cpp417 extern volatile int JSONAnchorSource;
418 static int LLVM_ATTRIBUTE_UNUSED JSONAnchorDest = JSONAnchorSource;
H A DJSONCompilationDatabase.cpp185 volatile int JSONAnchorSource = 0; variable