Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp406 extern volatile int JSONAnchorSource;
407 static int LLVM_ATTRIBUTE_UNUSED JSONAnchorDest = JSONAnchorSource;
H A DJSONCompilationDatabase.cpp182 volatile int JSONAnchorSource = 0; variable