Home
last modified time | relevance | path

Searched defs:IsParam (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp209 bool IsParam, bool IsLocalVar) { in collectLocStats()
291 bool IsParam = Tag == dwarf::DW_TAG_formal_parameter; in collectStatsForDie() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2671 bool IsParam) const { in hasSameNullabilityTypeQualifier()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1533 bool IsParam = false; in VisitNode() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1992 bool LLParser::parseOptionalParamOrReturnAttrs(AttrBuilder &B, bool IsParam) { in parseOptionalParamOrReturnAttrs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11559 bool IsParam = isa<NonNullAttr>(NonnullAttr); in DiagnoseAlwaysNonNullPointer() local