Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp198 collectLocStats(uint64_t ScopeBytesCovered,uint64_t BytesInScope,std::vector<SaturatingUINT64> & VarParamLocStats,std::vector<SaturatingUINT64> & ParamLocStats,std::vector<SaturatingUINT64> & LocalVarLocStats,bool IsParam,bool IsLocalVar) collectLocStats() argument
280 bool IsParam = Tag == dwarf::DW_TAG_formal_parameter; collectStatsForDie() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2584 hasSameNullabilityTypeQualifier(QualType SubT,QualType SuperT,bool IsParam) hasSameNullabilityTypeQualifier() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1529 bool IsParam = false; VisitNode() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1904 parseOptionalParamOrReturnAttrs(AttrBuilder & B,bool IsParam) parseOptionalParamOrReturnAttrs() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp16458 bool IsParam = isa<NonNullAttr>(NonnullAttr); DiagnoseAlwaysNonNullPointer() local