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.cpp721 if (EmitSymbolLabelsForTesting) { in serializeRelationship()
757 if (EmitSymbolLabelsForTesting) in serializeAPIRecord()
1047 API, IgnoresList, Options.EmitSymbolLabelsForTesting, in serializeMainSymbolGraph()
1064 Options.EmitSymbolLabelsForTesting); in serializeWithExtensionGraphs()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp395 SerializationOptions.EmitSymbolLabelsForTesting = in ImplEndSourceFileAction()