Home
last modified time | relevance | path

Searched refs:EmitSymbolLabelsForTesting (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h44 bool EmitSymbolLabelsForTesting = false; member
102 const bool EmitSymbolLabelsForTesting = false; variable
274 bool EmitSymbolLabelsForTesting = false,
279 EmitSymbolLabelsForTesting(EmitSymbolLabelsForTesting), in Base()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp733 if (EmitSymbolLabelsForTesting) { in serializeRelationship()
769 if (EmitSymbolLabelsForTesting) in serializeAPIRecord()
1059 API, IgnoresList, Options.EmitSymbolLabelsForTesting, in serializeMainSymbolGraph()
1076 Options.EmitSymbolLabelsForTesting); in serializeWithExtensionGraphs()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp375 SerializationOptions.EmitSymbolLabelsForTesting = in ImplEndSourceFileAction()