Searched refs:paramName (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp169 const std::string paramName = safeGetName(Param); local
171 if (!paramName.empty()) {
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp729 StringRef paramName) {
735 << (shouldPassByReference ? " &" : "") << " " << paramName;
742 auto enterMethod = [&](StringRef paramName) {
747 paramName);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp670 IdentifierInfo *paramName,
688 << typeBound << paramName
708 << typeBound << paramName; local
728 << paramName << typeBound
739 << paramName << typeBound
766 index, paramLoc, paramName, colonLoc,
666 actOnObjCTypeParam(Scope *S, ObjCTypeParamVariance variance, SourceLocation varianceLoc, unsigned index, IdentifierInfo *paramName, SourceLocation paramLoc, SourceLocation colonLoc, ParsedType parsedTypeBound) argument
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp522 IdentifierInfo *paramName = Tok.getIdentifierInfo(); local
544 protocolIdents.push_back(std::make_pair(paramName, paramLoc));
550 getCurScope(), variance, varianceLoc, typeParams.size(), paramName,
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10502 IdentifierInfo *paramName,

Completed in 370 milliseconds