Home
last modified time | relevance | path

Searched defs:AddLevel (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineParser.cpp412 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel, in parseBlock()
1540 bool AddLevel = Style.NamespaceIndentation == FormatStyle::NI_All || in parseNamespace() local
/external/webrtc/webrtc/system_wrappers/source/
Dtrace_impl.cc85 int32_t TraceImpl::AddLevel(char* sz_message, const TraceLevel level) const { in AddLevel() function in webrtc::TraceImpl