Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttrParserCompact.cpp159 StringRef scopeName, indexName; in parseSubsection() local
163 scopeName = "FileAttributes"; in parseSubsection()
166 scopeName = "SectionAttributes"; in parseSubsection()
171 scopeName = "SymbolAttributes"; in parseSubsection()
183 DictScope scope(*sw, scopeName); in parseSubsection()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2006 Name scopeName, StringRef Kind, in handleUnmatchedUnderlyingMutexes() argument
2010 << Kind << scopeName << expected << actual); in handleUnmatchedUnderlyingMutexes()
2016 SourceLocation DLoc, Name scopeName, in handleExpectMoreUnderlyingMutexes() argument
2021 << Kind << scopeName << expected); in handleExpectMoreUnderlyingMutexes()
2027 SourceLocation DLoc, Name scopeName, in handleExpectFewerUnderlyingMutexes() argument
2032 << Kind << scopeName << actual); in handleExpectFewerUnderlyingMutexes()