Searched defs:IsParam (Results 1 – 6 of 6) sorted by relevance
/llvm-project/flang/lib/Semantics/ | ||
H A D | scope.cpp | 399 static bool IsParam(const Symbol &symbol) { IsParam() function |
/llvm-project/llvm/tools/llvm-dwarfdump/ | ||
H A D | Statistics.cpp | 209 bool IsParam, bool IsLocalVar) { in collectLocStats() argument |
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 2662 hasSameNullabilityTypeQualifier(QualType SubT,QualType SuperT,bool IsParam) hasSameNullabilityTypeQualifier() argument |
/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | BugReporterVisitors.cpp | 1533 bool IsParam = false; VisitNode() local |
/llvm-project/llvm/lib/AsmParser/ | ||
H A D | LLParser.cpp | 1977 parseOptionalParamOrReturnAttrs(AttrBuilder & B,bool IsParam) parseOptionalParamOrReturnAttrs() argument |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 11555 bool IsParam = isa<NonNullAttr>(NonnullAttr); DiagnoseAlwaysNonNullPointer() local |